I have this website, http://usefulurl.com, where I have a table with one row and three cells, containing respectively an ad, the content of the page, and on more ad. Check it out.
THe problem is, that the position of the ads change from each site. Try using the links in the header to see it for yourself.
I made it with a table - ain't there some better way to do it, where it would work?
Thanks in advance.
Yes there is a better way,
Yes there is a better way, use semantic markup and CSS, lose the table and recode the site using div elements to create the main structure and regions of the site or 'section' if you want to go the html5 route.
...
I've tried the div alternative for some other projekt, but it didn't really work out. I just couldn't get them placed.
In this site, I have a div tag surrounding the whole site with a width of 1000px, with three cells with a respectively width of 200,600 and 200 px... Only the center cell has a relative height.