duddy Posted August 29, 2008 Share Posted August 29, 2008 hey dudes, I have got my website all created. however when I attempt to add a banner (skyscraper 120x600 adsense) to the left (I would also like the right as well) it totally destroys the main layout. Do you have any idea on what to do so I can add my code sucessfully. cheers Site is www [dot] anymorepics [dot] com thanks again It appears that I need to somehow add two CSS tables somewhere inside the code though I have no idea. Looking at the source code, what would you suggest? Quote Link to comment Share on other sites More sharing options...
dropfaith Posted August 29, 2008 Share Posted August 29, 2008 <div class="container> <div class="left">Ad Code</div> <div class="right">Adsense Code</div> <div class="content">main Content</div> </div> <style> .container {margin:0 auto;width:80%] .left {width:20%;float:left} .right {float:right;} .content {width:80%} </style> Something like that is the xhtml way to make a layout like your describing i didnt view your source tho Quote Link to comment Share on other sites More sharing options...
duddy Posted August 29, 2008 Author Share Posted August 29, 2008 I added that into my code but there seemed to be no difference.... cheers Quote Link to comment Share on other sites More sharing options...
haku Posted August 30, 2008 Share Posted August 30, 2008 Time to spend some time doing some CSS tutorials. Your question has much too large of a scope to be able to answer in one thread. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.