why does my website look different in Safari (Macintosh) and Firefox and IE?

G

geegee

-- I need it to look the same in all three browsers,

I'm using FP2003, the website is: http://www.originalchicano.com
I had a friend look at the code and she said that I'm specifying to use
Internet Explorer and netscape only.

I cannot see anywhere in the "split" view where this is specified, and if it
is, how can I change it?

When I look at the "source" page in Firefox, just opening the website, it is
there:
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ))); tell me how I can change this In
FrontPage 2003. I'm on a PC with Windows XP.thanks so much!
 
C

Charles W Davis

geegee,
I have spend some minutes reviewing the site with Opera, Netscape, Firefox,
Avant, NewWorld and Internet Explorer browsers. I noticed nothing
appreciably different in any of the browsers.

The first two lines of code following the body tag appear thusly (remove the
spaces)
<p
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="_derived/index.htm_cmp_copy-of-sandstone-1-010_bnr.gif"
width="600" height="60" border="0" alt="Original Chicano Productions"></p>
<p
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</p>
Change your h3 style to eliminate the dozens of blanks, for example:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
Likewise: <p
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</p>
These entries can throw almost any browser off kilter.

Good Luck
 
Joined
Aug 13, 2010
Messages
1
Reaction score
0
Hi! I have the exact same problem and can't figure it out!! I like the way it looks in safari (mac) but in firefox it looks a bit different than it should and in explorer it looks just awful! the buttons and links don't even work!! I ran out of ideas how to fix it... any tips???

my site is lamoraazul.com.mx


thanks!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top