View Single Post
Old 07-20-2009, 05:54 AM   #27
rogue_ronin
Banned
rogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-books
 
Posts: 475
Karma: 796
Join Date: Sep 2008
Location: Honolulu
Device: Nokia 770 (fbreader)
BTW, it validated, except for a warning about defining character-encoding. Off to read... Unless someone wants to give me a tip? I think it's in the DOCTYPE head or the XMLNS?

EDIT: the validator had a link -- proper for xHTML 1.1:

Code:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
placed inside the head. Done, macros updated!

EDIT II: OH NOES! A flaw in NoteTab!!1!!one! NoteTab is not a utf-8 editor! So I will have to insert the following instead:

Code:
<meta http-equiv="Content-Type" content="text/html;charset=windows-1252" />
So close to perfect...

Wait! It's the flaw that enhances the beauty! Like a crappy frame on a masterpiece, or a supermodel with a crooked nose!

Ah, I feel better.

m a r

Last edited by rogue_ronin; 07-20-2009 at 06:20 AM. Reason: Oopsies and updates.
rogue_ronin is offline   Reply With Quote