Forum Moderators: not2easy
I am having a positioning problem: can I position a div relative to another div? What I am did is create a div with position:absolute and when I went to put my Adsense code after the div, I just used a <p>Adsense code</p> figuring that would work. My ads are now over the div I created. Since I am not sure how long my div will be, the height will vary, what can I do to make sure my ads are positioned after the div and I can continue coding the rest of the page?
Sorry if this sounds too confusing.