dumb html/css Q?
dumb html/css Q?
Out of context: Reply #2
- Started
- Last post
- 9 Responses
- joyride0
Just create a class in the css like this:
. highLighter {
background-image: url(../images/high Light.gif);
}then use a span tag in the html and it will only cover the text withing the span tag... make sense.
the sample above used an image as the background. Wanted to achieve an effect if you used a highligher on the text. But i would guess a background-color would work too.