473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Problem with NS 7 - Layout works in IE6, Opera 7 and NS 6

Hello,

I did a HTML site validating HTML 4.01. The layout works alright in Internet
Explorer 6, Opera 7 and Netscape 6 but it does not display correctly in
Netscape 7 and Mozilla 1.5.
Spaces beetween table rows and within table cells are not correct and I dont
seem to find a failure in my code.

You can find this page at:
http://www.graphix.at/update_consult...art_table.html

Any advice and help would be appreciated a lot!

Thank you very much in advance and greetings,

Martin
Jul 20 '05 #1
4 1375
"Martin Fuchs" <ma**********@NOSPAMgraphix.at> wrote:
Hello,

I did a HTML site validating HTML 4.01.
Another one than the one mentioned underneath?
The layout works alright in Internet
Explorer 6, Opera 7 and Netscape 6 but it does not display correctly in
Netscape 7 and Mozilla 1.5.
Spaces beetween table rows and within table cells are not correct and I dont
seem to find a failure in my code.

You can find this page at:
http://www.graphix.at/update_consult...art_table.html

Any advice and help would be appreciated a lot!

Happy New Year!

Here comes the results of the w3.org jury:
<http://validator.w3.org/check?uri=http%3A//www.graphix.at/update_consulting/test/master_start_table.html>
<http://jigsaw.w3.org/css-validator/validator?uri=http%3A//www.graphix.at/update_consulting/test/master_start_table.html>

Sorry to bring you this on the last day of the year which should begin
nice, but reality is harsh mistress.

John OO
--
<http://webcel.nl/> webshopsoftware + more

"Time is what prevents everything from happening at once"
- John Archibald Wheeler -
Jul 20 '05 #2

"John W." <no-spam@web cel.enel> wrote in message
news:mh********************************@4ax.com...
Here comes the results of the w3.org jury:
<http://validator.w3.org/check?uri=ht...ate_consulting
/test/master_start_table.html> <http://jigsaw.w3.org/css-validator/v....graphix.at/up
date_consulting/test/master_start_table.html>
Sorry to bring you this on the last day of the year which should begin
nice, but reality is harsh mistress.


Actually, almost every error is simply due to an improper doctype. Once I
told the validator to assume 4.01 transitional, there were exactly 2
errors - both regarding no type attribute in script tags.

Fact is, though, repairing the doctype might solve the layout issue.
Jul 20 '05 #3
Martin Fuchs wrote:

I did a HTML site validating HTML 4.01. The layout works alright in
Internet Explorer 6, Opera 7 and Netscape 6 but it does not display
correctly in Netscape 7 and Mozilla 1.5.
Spaces beetween table rows and within table cells are not correct
and I dont seem to find a failure in my code.

http://www.graphix.at/update_consult...art_table.html
I don't seem to find any tabular data. I do find microscopic fonts,
though.
Any advice and help would be appreciated a lot!


Don't (ab)use tables for layout. Don't specify fonts for the body of
the document (including table, p, ul, etc.) smaller than 100%, using
css, naturally.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #4
"Neal" <ne**@spamrcn.com> schrieb im Newsbeitrag
news:3f**********************@news.rcn.com...
Actually, almost every error is simply due to an improper doctype. Once I
told the validator to assume 4.01 transitional, there were exactly 2
errors - both regarding no type attribute in script tags.

Fact is, though, repairing the doctype might solve the layout issue.


Hi Neal,

Thanks for your help. I repaired the doctype and the layout issue is solved.
Works in NS 7 now!

Greetings,
Martin
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Doug McCrae | last post by:
http://www.btinternet.com/~doug.mccrae/go4learning/index.html As it says in the subject, a two column layout (plus header and footer boxes). I feel the left column really needs to be fixed width...
16
by: Michael Bernstein | last post by:
Hello, I've tried to solve this problem six ways from sunday, but I'm conceding defeat and asking for help at this point. The following site is rendering *very* oddly in Mozilla only. IE seems...
4
by: Spartanicus | last post by:
I've started work on a css layout tutorial. I expect that it will take a minimum of several weeks to get to a complete draft stage. I hope to get better feedback by publishing individual pages....
11
by: Unknown User | last post by:
I've been using CSS layout (Tableless) for some time now, and I think it's the best way to create a page, but I've been quite concerned about the raising cost vs. fierce competition in the...
1
by: fuzzyman | last post by:
I have a very odd problem that has boggled my head. I've been trying to get a 2 column layout working with CSS. The problem seems to occur with the use of the <script> tag in the document. I've...
10
by: Andrew | last post by:
I'm developing a site using CSS layout. One of the main divs contains the content, another contains the side bar. I want the content next to the sidebar so the content is floated left and the...
9
by: Werner Hempel | last post by:
Hello, I'm trying to do a simple three column layout, with two divs (#left and #right) floating left and right, and the #content-div with margins in between, and all three in a wrapper-div. The...
12
by: Vadim Guchenko | last post by:
Hello. I'm using the following code: <html> <head> <style type="text/css"> pre {display: inline;} </style> </head>
53
by: brave1979 | last post by:
Please check out my javascript library that allows you to create any layout for your web page, nested as deep as you like, adjusting to width and height of a browser window. You just describe it in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.