View Full Version : Text Highlight?


sherri
04-05-2003, 12:15 AM
Have you seen text on some pages where it looks like it highlighted?Does anyone have a code for this?Can you change the color of the hightlight?Thanx..:-0


Sherri

LilMiSsKrys
04-05-2003, 01:36 AM
This is the code for highlighting text:

<span style=background:black><font color="white">TEXT</font></span>

pb&j
04-05-2003, 07:37 AM
a bit better version of the afore mentioned example...

<span style="background-color : #000000; color : #ffffff;"> TEXT </span>