View Single Post
Old 09-16-2012, 09:54 AM   #12
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Oldpilot View Post
The problem seems to have been my using underline when I should have used u. The file now validates.

I shouldn't have confused the matter by asking about the messed-up characters. Sorry!
Code:
<span class="underline">
should not cause a validation problem.
I would expect that there would be a (at minimum):
Code:
.underline { text-decoration: underline; }
in the CSS, but Flightcrew does not fail a missing CSS selector
theducks is offline   Reply With Quote