|
Posted by Adrienne Boswell on 07/30/06 15:53
Gazing into my crystal ball I observed "Chris Tomlinson" <anon@anon.com>
writing in news:si0zg.109215$wl.101711@text.news.blueyonder.co.uk:
>> Okay, okay I'll be nice and give you a tip.
>>
>> "<html xmlns:v="urn:schemas-microsoft-com:vml"
>> xmlns:o="urn:schemas-microsoft-com:office:office"
>> xmlns="http://www.w3.org/TR/REC-html40">"
>
> Thanks, we know about the other issues and are currently working on
> them for a fix *before* we launch. However, having removed that html
> section, the graphics still appear lower in FF than IE. We were
> thinking it was just a browser inconsistency, but if you would be kind
> enough to be able to offer a more targeted suggestion as to what to
> change the html tag to, then much kudos to you.
>
You don't understand do you? If you are using non-standard markup,
anything happen. The best way to go about this is get rid of all the
HTML errors _first_. If you do that, the problem you are having just
might fix itself.
All that is needed for the top of the document is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
You see, there is nothing there but the element itself.
Get rid of what ever Microsoft Office program you are using to spit out
this mess, and use a plain text editor. If you run the page through
HTML-Tidy, it has an option to clean up Microsoft stuff.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|