HI I need some help with iframes my site www.coldclimbs.co.uk is 750px wide and has space down the left and right when viewed on a screen larger than 800. What i would like to know is how do i get my google ads to float to the right without pushing the page over. Also when the site is viewed in 800 then the iframe will just sit to the bottom of the page and then viewed 1025 it will slide up right against the page. I have managed this once before but i have been trying to recreate it for the past 3 hours without success any help would be great thanks
assuming the body tag starts right away with a table that is centered (align="center"), try to "encapsulate" the whole table into a bigger table, one that first has a <tr><td style="width: *insert ad width*" (doesnt matter the height)>*google script here*</td><td style="width: 750px">*here goes your actual site (<table> bla bla bla </table>)*</td></tr></table>