robcrozier Posted February 6, 2007 Share Posted February 6, 2007 hi, can any one help me with this page loading problem: I have a fairly complex site which uses lots of php includes etc within every page. Most of the pages are also fairly graphical and thus sometimes slow loading on with a slow Internet connection. Each page uses a table to keep everything centred (maybe css would have been better, but anyway...). SO... when the page loads it obviously reads the table initialisation but then has to go on and read the rest of the feature filled page until it meets the closing table tags. This therefore results in the whole page expanding to fill the screen initially before it meets the closing table tags. Can anyone suggest anything that could prevent this from happening? Thanks! Quote Link to comment Share on other sites More sharing options...
fenway Posted February 6, 2007 Share Posted February 6, 2007 That is the problem with tables... you could switch to css, as you mentioned, or write out some of the data after the layout is established. Quote Link to comment Share on other sites More sharing options...
robcrozier Posted February 6, 2007 Author Share Posted February 6, 2007 Cheers mate! I might just switch to css, it would probable be better all round. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.