View Single Post
  #6 (permalink)  
Old 02-24-2004, 10:17 AM
ctfitch ctfitch is offline
WebProWorld Member
 
Join Date: Dec 2003
Location: ATL
Posts: 41
ctfitch RepRank 0
Default Browsers

DIG THIS!:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<del><span>This works!</span></del>
<style type="text/css">

del {text-decoration: line-through; color: #900; }
del span {color: #000;}


</style>
</body>
</html>

Yeah!. This rocks. I knew it could be done. Anyone have any tips on changing the color fo the red. I tried to no avail.
__________________
"Design is so simple, that's why it is so complicated" - Paul Rand
Reply With Quote