Skip to content

Instantly share code, notes, and snippets.

@curtisblackwell
Created August 13, 2011 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curtisblackwell/1143694 to your computer and use it in GitHub Desktop.
Save curtisblackwell/1143694 to your computer and use it in GitHub Desktop.
Inline styling for individual entries in ExpressionEngine using [eMarketSouth's String](http://emarketsouth.com/add-ons/string-plugin/)
{!--
Place the following line in the <head>
{exp:string name="inline_styling"}
You'll need to create a textarea and set formatting to "None." The short name in the example is inline_styling.
--}
{exp:channel:entries
channel = "channel_name"
limit = "1"}
{exp:string:set name="inline_styling"}
<style>
{inline_styling}
</style>
{/exp:string:set}
{/exp:channel:entries}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment