D dr911 Established Member โ 20 โ Impact 0 May 8, 2005 528 views 3 replies #1 Hello all, I miss this forum. My p.c. crashed !!! Any way...How do you put a "X" over a word or price in html ? Exsample: $49.95..(with a X thru the $49.95), now only $39.95. Any help ? Thanks dr911
Hello all, I miss this forum. My p.c. crashed !!! Any way...How do you put a "X" over a word or price in html ? Exsample: $49.95..(with a X thru the $49.95), now only $39.95. Any help ? Thanks dr911
bwhite82 Established Member โ 20 โ Impact 5 May 8, 2005 #2 Never heard of an "X" but you can try the "strikeout" tag. Usage: <strike>Blah blah blah </strike>
steadler VIP Member VIP Trusted Contest Holder โ 20 โ Impact 5 May 8, 2005 #3 instead of trying to put and x with text try making it as a graphic and upload it that way
D df-sean Established Member โ 20 โ Impact 0 May 14, 2005 #4 If your site will have this x-thru-the-price element repeated often, you may want to consider using CSS and make the X as a gif background image. As long as it's the same color as the text, it won't matter that it's background instead of foreground.
If your site will have this x-thru-the-price element repeated often, you may want to consider using CSS and make the X as a gif background image. As long as it's the same color as the text, it won't matter that it's background instead of foreground.