i have site fully designed in <div> rather than table. I am facing some problem with a page which has content in previous last div just before the footer there are some images just after the header. If, I place that (content) div on the top of image div the look of site will poor as per SEO point of view, I want to crawl my content div first rather than image div is there any solution for that. If have any solution please feel free to give suggestions.
Maybe try some floating. Get the content first in code, above the images, but shown below them in the browser. Assuming the content is to wide to display beside the images it would drop down below them. Just my thoughts. I do like using <div> layouts better than tables and the pages load faster.
Can you explain it in brief ChasLaser. Are saying about to change co-ordinates of content <div> on page onload like :- <body onload="change_coordinate(); Thanks, Sumit Kumar