QUOTE (agkits @ Aug 23 2008, 03:46 PM)

How do I get the New Customer/Returning Customer tables to display vertically rather than horizontally. I am having some issues with the display in 800x600. If I can get that to work I'm pretty sure it will solve my problem.
There's no easy way to do it as those are table columns hard-coded by the software. You could ostensibly use JavaScript to save the childNodes of the left and right login columns, then remove the columns and create a single column with two divs; one for the top (left) and one for the bottom (right).
Though it does seem to look fine that way it is.