Browser Compatibility

J

John

Newly designed web site (Front Page 2002) works fine when
viewing in IE but when viewed in Navigator none of the
text or graphics appears. I set the compatibility when
designing to both IE and Netscape. Is there something I'm
missing or that I can do to fix this issue? Code that I
need to add??? The site is www.aecmotion.com

Thanks in Advance
 
S

Stefan B Rusynko

Bad html
Your page starts with
&nbsp;<head>
Should be
<html><head>

And ends with
</body>&nbsp;
Should be

</body</html>

Validate your pages
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


| Newly designed web site (Front Page 2002) works fine when
| viewing in IE but when viewed in Navigator none of the
| text or graphics appears. I set the compatibility when
| designing to both IE and Netscape. Is there something I'm
| missing or that I can do to fix this issue? Code that I
| need to add??? The site is www.aecmotion.com
|
| Thanks in Advance
 
J

John

Good catch... but I had already changed that on my local
copy of the site and found that it made no difference. I
still see the same problem. Any other suggestions...
short of being a ping pong ball between Microsoft and
Netscape?? Thanks

John
 
S

Stefan B Rusynko

Changing your local still doesn't fix your online web

You are also using absolute positioning and "layers" for your tables as inline styles
- try removing them as they are not need for your layout




| Good catch... but I had already changed that on my local
| copy of the site and found that it made no difference. I
| still see the same problem. Any other suggestions...
| short of being a ping pong ball between Microsoft and
| Netscape?? Thanks
|
| John
| >-----Original Message-----
| >Bad html
| >Your page starts with
| > <head>
| >Should be
| ><html><head>
| >
| >And ends with
| ></body>
| >Should be
| >
| ></body</html>
| >
| >Validate your pages
| >_____________________________________________
| >SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >"Warning - Using the F1 Key will not break anything!" (-;
| >To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >_____________________________________________
| >
| >
| | >| Newly designed web site (Front Page 2002) works fine
| when
| >| viewing in IE but when viewed in Navigator none of the
| >| text or graphics appears. I set the compatibility when
| >| designing to both IE and Netscape. Is there something
| I'm
| >| missing or that I can do to fix this issue? Code that I
| >| need to add??? The site is www.aecmotion.com
| >|
| >| Thanks in Advance
| >
| >
| >.
| >
 
Top