Random table sizing

Hi!<br />
<br />
Having a problem with tables that are randomly changing sizes on page reloads, example:<br />
<br />
What it should look like:<br />
<!-- m --><a class="postlink" href="http://www.skip.informatik.gu.se/~per/good.jpg">http://www.skip.informatik.gu.se/~per/good.jpg</a><!-- m --><br />
<br />
How it may look sometimes:<br />
<!-- m --><a class="postlink" href="http://www.skip.informatik.gu.se/~per/bad.jpg">http://www.skip.informatik.gu.se/~per/bad.jpg</a><!-- m --><br />
<br />
We're absolutely out of ideas, the website in question can be found at:<br />
<!-- m --><a class="postlink" href="http://www.lotj.net/">http://www.lotj.net/</a><!-- m --><br />
<br />
The error turns up randomly when browsing through the pages or reloading them.<br />
<br />
Any tips will be greatly appreciated :)<!--content-->looks like resolution has been changed to me, what sort of error comes up?<!--content-->I have seen it too, try going to the main forum here and reloading it, it changes size too. I believe its just a problem with using tables for layout (they were not designed for it)<!--content-->yeah i was told today that tables arnt the best tool for laying out objects in a site, they handy if only doing a bit in them or its a small page, but they do have a nasty habit of messing up<br />
<br />
Hope this helps<!--content-->I would say learn css, it is quite easy one of its biggest advantages is its organized because you can toss all of your layout code into an external file and use a link rel to import it. It saves on bandwidth this way too, only having to have the browser read it one time and it means less work (unless you want a dynamic layout for different resolutions and you want to use an iframe too, but thats just one of the things that I often do and its a pain in the butt to get it to work on ie) go to <!-- w --><a class="postlink" href="http://www.w3schools.org">www.w3schools.org</a><!-- w --><!--content-->
 
Back
Top