• Is there any way to place a snippet of CSS code in the content box of the Edit Post page so that it automatically appears there for each new post? Not as a widget in the sidebars, but in the body of the blog post itself.

    The snippet itself is a span string consisting of one sentence.

    Thanx.

    ,g

Viewing 1 replies (of 1 total)
  • You can’t use something like this…

    <style>p.class {color: #FF0000;}</style>

    The editor strips out those sort of “non-approved” tags.

    But you can do inline CSS like this.

    <p style="color: #FF0000;">Here is the styled paragraph.</p>

Viewing 1 replies (of 1 total)
  • The topic ‘CSS strings and text area’ is closed to new replies.