![]() |
Create a strikethrough over text
I am trying to create a strikethrough my text; and i dont know how to make the line thick, a little wavy and give it a yellow color. Could someone help me out?
Here is what i would like to have my text look like with teh strikethrough: http://www.michaelmoskva.com/errormessage/error_message.htm |
Code:
<FONT style="BACKGROUND-COLOR: yellow">My text here</font> Try that, the only way you could make it wavy would be to have a background image. |
Thats not a strikethough. That is text background color....
Code:
<font style="background-color: #FFFF00">Login information supplied is incorrect</font> |
How do i make the yelloow backgound wavey
|
Quote:
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 { 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> |
All times are GMT -8. The time now is 02:34 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.