This site is closed to new comments and posts.

Notice: This site uses cookies to function.
If you are not comfortable with cookies then please don't browse this website.

HTML wizards... — Brooklynian

HTML wizards...

dailyheights
edited November -1 in Prospect Heights
Anybody know how to put "yellow highlighter" around text?

Comments

  • try this

    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    <P>The due date is <FONT
    style="BACKGROUND-COLOR: yellow">next </FONT>week.</P>
    </BODY>
    </HTML>
  • Subject: Re: HTML wizards...

    dailyheights wrote: Anybody know how to put "yellow highlighter" around text?
    inline css background attribute.
     <SPAN style="background-color:yellow">My background is yellow!</SPAN>
  • Hey! Both of these work. Thanks.

    I just wonder why they don't work here on the message boards. In the configuration, you have explicitly say which html tags you allow in the message boards, and I've allowed both "span" and "font" so you would think that would work.
  • It's just being nitpicky.

    It allows span, but not span style.

    It allows font, but not font style.
Sign In or Register to comment.