Quote:
Originally Posted by TelaFirma
Thats not a strikethough. That is text background color....
Code:
<font style="background-color: #FFFF00">Login information supplied is incorrect</font>
|
I know but that's what showed in the picture.
To make the yellow background wavy you need to make a new style in the style sheet skin1.css:
Code:
.wavy {
background-image: url(/skin1/images/wavy.gif);
}
Then create an image called wavy.gif with your wavy line on it and upload it to the directory shown above.
Then on the text you want to have a wavy line put :
Code:
<span class="wavy">Look at this text. It is all wavy</span>