Originally Posted by ballin
For starters the layout isn't very good, I'm having to scroll side to side to see it all (1152x864 17" monitor - favourites down left of IE) and there is a good 2" of black each side just using up space.
It's nice don't get me wrong, but it needs more testing on lower resolutions because it looks very amateur with side scroll bars.
Does the same for me, looks very ameteurish on smaller resolutions as a result.
If you must use a "fixed width" for the centre sectionfor consistant layout then fair enough, but dont use one for the outside too.
Thankfully VERY easily fixed that by setting the outer table to a size of 100% and then just centering the middle section within that.
The offending line is this one:
Code:
<table id="Tableau_01" width="1200" border="0" cellpadding="0" cellspacing="0">
Change that to
Code:
<table id="Tableau_01" width="100%" border="0" cellpadding="0" cellspacing="0">