Div or table help 300x 250 footer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esham
    Confirmed User
    • Mar 2004
    • 629

    #1

    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.
    Double Your profit From Ad Brokers
  • bluebook18
    Confirmed User
    • Mar 2012
    • 4082

    #2
    bump for you mate

    Comment

    • papill0n
      Unregistered Abuser
      • Oct 2007
      • 15547

      #3
      <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>

      Comment

      • esham
        Confirmed User
        • Mar 2004
        • 629

        #4
        Originally posted by papill0n
        <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.
        Double Your profit From Ad Brokers

        Comment

        • esham
          Confirmed User
          • Mar 2004
          • 629

          #5
          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.
          Double Your profit From Ad Brokers

          Comment

          • VladS
            Available for Coding Work
            • Jun 2008
            • 1459

            #6
            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: @dangerouscoding

            Comment

            • esham
              Confirmed User
              • Mar 2004
              • 629

              #7
              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.
              Double Your profit From Ad Brokers

              Comment

              • 2intense
                Too lazy to set a custom title
                • Dec 2009
                • 12495

                #8
                Originally posted by esham
                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././
                Most Affordable Firewall & Malware Protection for Linux Servers

                Comment

                • v4 media
                  Confirmed User
                  • Feb 2005
                  • 2934

                  #9
                  Originally posted by esham
                  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?

                  Comment

                  • esham
                    Confirmed User
                    • Mar 2004
                    • 629

                    #10
                    Originally posted by v4 media
                    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 ?
                    Double Your profit From Ad Brokers

                    Comment

                    • esham
                      Confirmed User
                      • Mar 2004
                      • 629

                      #11
                      Thanks everyone. I switched my openx html to iframe instead of java And its working.
                      Double Your profit From Ad Brokers

                      Comment

                      • The Heron
                        Confirmed User
                        • Apr 2001
                        • 4496

                        #12
                        Join Date: Mar 2004 wtf?

                        Comment

                        Working...