Firefox configuration problem

A

Angel

Hi,

I am having a problem configuring my home page so that it is okay in
Firefox. My site is www.a1agifts.com
What seems very odd is that only the home page tables look big in
Firefox while every other page looks okay. The site looks ok with
Internet Explorer.

Any suggestions on how to fix the tables?

For example when viewed in firefox the homepage tables are distorted:
www.a1agifts.com

while any other page has the tables ok:
http://www.a1agifts.com/gifts-collectibles-wholesale.htm

There must be a coding error on the homepage as the top border on both
pages is identical.

Your help is appreciated..

Thanks,

Angel
 
P

p c

I don't see a problem. Where is it? You can always validate the HTMl of
th epage with w4x' HTMl validaor.

...PC
 
P

p c

The tablles look fine at mey screen resolution 1024x768. All i notice is
an extra line of space on the home page versus the other pages. What is
different is your body tag statement

<body style src="index.htm">
versus
<body>

...PC
 
P

p c

And you have 2 index pages
index.html
index.htm : this the default doement served as your hoem page

stylesrc aribute is not a standard HTML attribute. Apparnetly is used by
FP with FPSE to serve a style for a web page. You may want to conider
standard external stylesheet instead.

You include this lien between the head tags
<LINK href="mystyles.css" type=text/css rel=stylesheet>

mystyles.css is the file that defines the styles.

...PC
 

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