Im looking to add three 300x 250 banners at footer of page. Can someone help me with the <div html im still trying to learn it.
Div or table help 300x 250 footer
Collapse
X
-
Tags: None
-
-
Comment
-
I tried both but there not working for me. I was trying to get openx bannerr rotator working http://pastebin.com/jDZQvftR Its set up ok, but I only can get one of the footer banners to show on the blog.Comment
-
Here you go, save the CSS code into your external CSS file though.
Code:<style type="text/css"> .clear { clear: both; } #wrap-advert { width: 960px; margin: 20px auto; } .advert { width: 300px; float: left; text-align: center; margin: 0 10px; } </style> <div class="clear"></div> <div id="wrap-advert"> <div class="advert"> <!-- advert code goes here -->1 </div> <div class="advert"> <!-- advert code goes here -->2 </div> <div class="advert"> <!-- advert code goes here -->3 </div> <div class="clear"></div> </div> <div class="clear"></div><developer> MechBunny
/ KVS / PHP / MySQL / HTML5 / CSS3 / jQuery 
Email: vlad [at] dangerouscoding.com
Telegram: @dangerouscodingComment
-
Thanks, but didn't work either. I'm on tumblr trying to do it. I added it into the custum css. It only showed one banner and it was in the top part of page.Comment
-
Comment
-
Comment
-
It was on tumblr i added it into custom html. Then I just added to my footer but only got it to show one banner. http://pastebin.com/jDZQvftR I was using a embed for a site and it displayed fine in 3 columns. Could someone skype me at techn9ne3443 ?Comment
-
Thanks everyone. I switched my openx html to iframe instead of java And its working.Comment

Comment