HI, I am having trouble positioning a skyscraper banner on my website. At the moment I did manage to get it on the right side but it's not on aligned correctly vertically. I have included some screen shots of where there banners are meant to be and also how they are coming up at the moment. this is how the banners look like now: this is how i want the banners to look like: any help will be much appreciated thank you
Hi, how do I use the div tag, I've only managed to use the div tag to align it to the left and right. What code do I use to move it down. Thank you
<body> <div id="main" style="width:970px; margin:0 auto;"> <div style="float:left; width:160px;">Banner 1</div> <div style="float:left; width:650px;">Main content</div> <div style="float:left; width:160px;">Banner 2</div> </div> </body> Code (markup): 970px - width of your page 160px - width of banner 1 & 2 Best wishes!
make padding-top to give a space between top and your banner. Just google the case - I'm sure there is an easy answer.