Quote:
Originally Posted by GrannyGrump
Can't you declare "u" in your css? I often do that for "em" and "strong"
u {text-decoration: underline}
|
I find it just really annoying when italics and bold are done via spans. That just adds code bloat where it doesn't need to be added. <i></i> and <b></b> work. So just use that instead of spans.