Overlapping Columns.

ArdVan said:
OK, found problem. Domivir wasn't wrong, but his suggestions didn't solve the problem:
It's the missing closing tag </table> here:
You know, I made the change I proposed and it did work for me. The only thing I can think of is that when I saved the file Firefox "cleaned up" the code while doing so.

Dominique.
 
domivr said:
ArdVan said:
OK, found problem. Domivir wasn't wrong, but his suggestions didn't solve the problem:
It's the missing closing tag </table> here:
You know, I made the change I proposed and it did work for me. The only thing I can think of is that when I saved the file Firefox "cleaned up" the code while doing so.
The fun part was, that the code did work properly for Safari, after having it properly formated with my HTML-Editor. He didn't change a word. He added only <TAB>'s and <CR>. :) But if I said him to compress the code, the overlapping was there.

The syntax check did mention many errors, but the 3 biggest ones were the same you mentioned (that why I said, you were not wrong) and one more: the missing </table>.

That's what I did.
 
ArdVan said:
The fun part was, that the code did work properly for Safari, after having it properly formated with my HTML-Editor. He didn't change a word. He added only <TAB>'s and <CR>. :) But if I said him to compress the code, the overlapping was there.

The syntax check did mention many errors, but the 3 biggest ones were the same you mentioned (that why I said, you were not wrong) and one more: the missing </table>.

That's what I did.
Definitely an interesting problem.
It's weird, because I went back in to Dreamweaver 8 to check the page validation report and sure enough it didn't catch that.
What did you use as editor? Does it come with HTML-Tidy?

Dominique.
 
I use BBEdit. It's a programmer editor but can work with HTML. You can edit HTML and preview you changes directly. Not comparable with Dreamweaver, but good to tweak code.

domivir said:
Does it come with HTML-Tidy?
Yes.
 

Trending content

Back
Top Bottom