internet explorer vs. netscape

S

steve

Hello,

I'm using Front Page 2003. I created a table(3 columns, 22 rows) with a
border. I only want the border to be displayed.

In internet explorer 6.0, the table is displayed correctly with the border.
But using netscape 4.7 or 7.0, the table is displayed incorrectly. It
displays horizontal lines(grey) for each row(22 lines). The border is OK
though.

How can I turn off the borders for each of the rows(horizontal lines -
netscape).

I thought html is a standard and both browsers(ie and netscape) should
display the web pages the same way.??

Thanks.
 
M

Murray

I thought html is a standard and both browsers(ie and netscape) should
display the web pages the same way.??

It is. Each browser interprets the standards differently. Some
interpretations are correct. Some are not. That's why you must check your
pages in multiple browsers on multiple platforms to be certain!

If you only want a border line around the table, then you should remove the
HTML border from the table and then you can use CSS to do that by creating a
style that will specify something like -

border:1px solid black;

In FP, you can do this with the FORMAT | Style option.
 

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