View Full Version : strike-through


bluepink
07-08-2003, 07:59 AM
For example i want to put a strike-through on my text how do u make it? Note: my text is not a link it's just a regular text. thanks I hope you understand my question

Lemon Squash
07-08-2003, 09:23 AM
<s>blahblah</s>

pb&j
07-08-2003, 04:24 PM
or if you wanted to do it the css way...

<span style="text-decoration:line-through;"> text here </span>

bluepink
07-08-2003, 11:21 PM
thanks so much i will try those codes now

SwtazNwITCh6169
07-12-2003, 12:18 AM
how do u make it strike-through when for a link when u hover over it? could someone give me the code for that?

bluepink
07-12-2003, 12:26 AM
<style type="text/css">
a:link {text-decoration: none; color: #;}
a:visited {text-decoration: none; color: #;}
a:active {text-decoration: none; color: #;}
a:hover {text-decoration: line-through; color:#; font: pt}

</style>

i put "line-through"