in reply to Perl/Html Question - rows are not aligned between different columns

Without going into too much detail - I noticed you generate multiple "table" tags in the HTML.

My experience with this is that, depending on the browser used, the HTML flow can get mucked-up.

This is fixable by adding the following tag between tables:

<BR CLEAR="LEFT">
Detailed explanation at http://www.cs.tut.fi/~jkorpela/HTML3.2/tablealign.html.

     "As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom

  • Comment on Re: Perl/Html Question - rows are not aligned between different columns
  • Download Code