GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Div or table help 300x 250 footer (https://gfy.com/showthread.php?t=1070086)

esham 06-01-2012 07:36 PM

Div or table help 300x 250 footer
 
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.

bluebook18 06-01-2012 07:39 PM

bump for you mate

papill0n 06-01-2012 07:43 PM

<div align=center>image 1 image 2 image 3</div>

<table align=center><tr><td align=center>image 1</td><td align=center>image 2</td><td align=center>image 3</td></tr></table>

esham 06-01-2012 07:45 PM

Quote:

Originally Posted by papill0n (Post 18981514)
<div align=center>image 1 image 2 image 3</div>

<table align=center><tr><td align=center>image 1</td><td align=center>image 2</td><td align=center>image 3</td></tr></table>


Thanks, I will go try it now.

esham 06-01-2012 07:59 PM

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.

VladS 06-01-2012 08:10 PM

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>


esham 06-01-2012 08:23 PM

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.

2intense 06-02-2012 12:24 AM

Quote:

Originally Posted by esham (Post 18981547)
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.

try again././

v4 media 06-02-2012 03:11 AM

Quote:

Originally Posted by esham (Post 18981547)
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.


That code is correct.
Did you add the html in the footer, or just stick it on the page?

esham 06-02-2012 12:43 PM

Quote:

Originally Posted by v4 media (Post 18981951)
That code is correct.
Did you add the html in the footer, or just stick it on the page?

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 ?

esham 06-02-2012 01:17 PM

Thanks everyone. I switched my openx html to iframe instead of java And its working.

The Heron 06-02-2012 01:32 PM

Join Date: Mar 2004 wtf?


All times are GMT -7. The time now is 03:09 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123