View Single Post
  #5  
Old 11-11-2005, 06:39 AM
 
magnumkp magnumkp is offline
 

eXpert
  
Join Date: Apr 2003
Location: England
Posts: 304
 

Default

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>
__________________
Version 3.4.8
Reply With Quote