basic HTML help?

is it possible to do a strikethrough in a different color than the text? e.g a white line through black text. i know the code is <s></s> or <strike></strike>. i tried <strike color="white"> and <strike style="color: white"> but they change the whole text color. please tell me the code? (and im not that html illiterate so all i really need is a code, thanks=] )

Public Comments

  1. I don't think so, interesting concept , though.
  2. From what it seems, it will change the text and not the actual line, I learned my HTML from HTMLgoodies.com or so go there, but with any html, the color typed will respond to the letters and not anything else, so you have to find away around that
  3. Let me figure out what your trying to do and I will get back to you. Black text and strike (white) ok.
  4. you might want to try css, that might work. if it doesn't i would reccomend doing a switchout javascript image of that text. it might be more of a pain, but you will be able to get the effect you want.
  5. I tooled with everything i can think of in adobe golive and couldnt get it to change. Im not sure if it can be done.
  6. I have found a pretty ghetto way of doing this, you cant actually strike out the text, as it will always be the same color - but, you can manipulate some span padding and use a border so it looks like it is striking something out - the beaty of CSS :) STRIKE-OUT<br /> <span style="padding-top:.5em; border-top:solid 2px white;"> type stuff underneath, or just use repeating  's </span>
Powered by Yahoo! Answers