Pages come up disfigured on other computers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have gotten a couple of reports my pages are coming up distorted on other
computers. It runs fine from the seven I have access to. Any ideas out there
what I am missing? Most of my pages are built in layers, could that be the
problem?
www.enhancedmarketing.org
 
Layers and absolute posiyioning will do that. Use tables instead. And I
can't read black text on your main blue color.
Eleanor
 
FireFox has issues with it.

For one thing you're missing a closing semi colon ; after bold:
Also the style tag for a should be lower case
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>Should be:
<style fprolloverstyle>a:hover {color: #FF0000; font-weight: bold;}
</style>
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
thank you very much, I will look into the code side of things, thats all new
to me. Thanks also for the tip about using tables I will look into that also!
 
It's a good idea to always view your site with FF. "Build for FF and tweak
for IE".
 
Back
Top