View Single Post
Old 2015-02-22, 12:57 PM   #1
ecchi
Banned
 
ecchi's Avatar
 
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
Angry (rant) If It Ain't Broke Don't Fix It!

OK, so code languages improve with time, and HTML is no exception. But why replace one, perfectly good thing with another command that does exactly the same thing????????

I was happy using "strike", I'm equally happy using "del". But one only works if the browser supports HTML5, and the other only works if it is an older browser. Since I don't know what browser my surfer uses I have to use both, which is messy.

Code:
US Dollars<br><strike><del>$9.95</del></strike> $4.95
Since both do the same thing, changing them just fucks up websites and makes the code ugly. Not to mention the extra work they give us webmasters.

Bastards.


ecchi is offline   Reply With Quote