PDA

View Full Version : pictures in tables?



crj
August 20th, 2001, 11:07
how can i make everything in a table show up before its done loading? I don't want people to wait for everything to load.

especially pictures....

LastActionHero
August 20th, 2001, 11:45
try pre-loading the image. but i don't think it will work.

Just split the one table into 2 or 3 more tables. then it will work fine.

bigperm
August 20th, 2001, 14:58
Make sure that you haven't scaled down the size of your images... what I mean is, if you have a pic that is 200x250 and you only display it at 100x125... then it will take longer, than if you reduced the image size. Know what I mean?

crj
August 20th, 2001, 20:15
what if i put a div tag inside the table? will it wait for everything to finish loading before it will be displayed?

LastActionHero
August 21st, 2001, 06:16
no the div tag loads first depends where you put the code, put it immediately after the body tag. But using the div sort of defeats the purpose of tables...doesn't it?

Bigperm : why?