|
I can tell you why your page takes soo looong to loaaad: It's all one table! And even not with not much formatting ( width="700" height="100%" ) - so the browser has to load the entire page before it can be displayed.
Rule #1 for fast loading pages: BREAK UP TABLES
Rule #2 for fast loading pages: add as many formatting helps as your can (height=1070 / image dimensions, etc!)
Rule #3 for fast loading pages: never insert an image w/o it's size tags
Rule #4 for fast loading pages: break up tables!
|