Brooklyniancommunity archive · read-onlyContact

HTML wizards...

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

Comments

  • ana.log
    ana.log
    try this

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

    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>
  • dailyheights
    dailyheights
    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.
  • daveb
    daveb
    It's just being nitpicky.

    It allows span, but not span style.

    It allows font, but not font style.