X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Create a strikethrough over text (https://forum.x-cart.com/showthread.php?t=17873)

mmoskva 11-10-2005 06:54 AM

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

magnumkp 11-10-2005 07:06 AM

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.

TelaFirma 11-10-2005 07:09 AM

Thats not a strikethough. That is text background color....


Code:

<font style="background-color: #FFFF00">Login information supplied is incorrect</font>

mmoskva 11-10-2005 07:21 AM

How do i make the yelloow backgound wavey

magnumkp 11-11-2005 06:39 AM

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>


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.