1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need Help with Images

Discussion in 'Placement / Reviews / Examples' started by MaTrIxLoVeR, Oct 5, 2006.

  1. #1
    I'm trying to edit a script to make my arcade website better. The link is http://www.lolarcade.com. Right now what I'm trying to do is to blend the google ads, and put images right next to it. The problem is that the Google ads are at the bottom, and the images are on the top. What I want are the images on the left, and the ad's on the right, like nearly all websites that does the images next to google ads thing.

    This is the code I'm using.

    
    <div style=\"float: left; width: 100px; text-align: center; padding: 18px 0 0 15px;\" id=\"adblock\">
    			<style>
    				#adblock img {
    				margin: 10px 0 0 0;
    				width: 60px;
    				height: 60px;
    				border: 1px solid #000;
    				padding: 1px;
    				background: #0099ff;
    				}
    			</style>
    			<img src=\"/games/images/rotate.php\" />
    			<img src=\"/games/images/rotate.php\" />
    			<img src=\"/games/images/rotate.php\" />
    		  </div>
    
    		  <div style=\"float: left;\">
    			  <script type=\"text/javascript\"><!--
    google_ad_client = \"pub-1763119270564555\";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = \"250x250_as\";
    google_ad_type = \"text_image\";
    //2006-10-04: www.lolarcade.com
    google_ad_channel =\"3560016994\";
    google_color_border = \"FEF0DB\";
    google_color_bg = \"FEF0DB\";
    google_color_link = \"FF7D40\";
    google_color_text = \"000000\";
    google_color_url = \"0000FF\";
    //--></script>
    <script type=\"text/javascript\"
      src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
    </script>
    			</div>
    Code (markup):
    The rotate.php files is a nifty little file that randomizes image to show for the images.

    Can anyone help me?

    ps. Sorry if the code isn't pretty looking.
     
    MaTrIxLoVeR, Oct 5, 2006 IP
  2. pjk

    pjk Well-Known Member

    Messages:
    624
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Hello. Here is what I do, I create a table:
    
    <table bgcolor="white" border="0" cellpadding="0" cellspacing="0">
    <tr><td>
    <table border="0" cellspacing="1" cellpadding="3">
    <tr bgcolor="white">
    <td>
    [insert the image script here]
    </td>
    <td>
    [insert the google ad script here]
    </td>
    
    </table>
    </td></tr></table>
    
    Code (markup):
    Let me know if you need further help (preferably PM).
    Patrick

    P.S. See my Comp. site in sig for my images/ads.
     
    pjk, Oct 5, 2006 IP
  3. surfer8

    surfer8 Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That computercleanup link, in the post above, takes like 30 seconds for the page content to appear in IE. You might want to fix that.

    As for the directory, nice idea I like it. But I don't think you need the big Firefox X thing in the upper-left corner that says "Your web browser sucks". =) Aside from scaring off visitors, you're also giving away free promotion to Firefox. Or are they paying you PPC, in which case never mind?
     
    surfer8, Oct 6, 2006 IP
  4. pjk

    pjk Well-Known Member

    Messages:
    624
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #4
    30 Seconds? I am on dial-up and it takes 10-15 at the most. Try reloading it again on a diff. computer and see if it happens.
    Patrick
     
    pjk, Oct 6, 2006 IP
  5. MaTrIxLoVeR

    MaTrIxLoVeR Peon

    Messages:
    243
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks, I'll test this out later.
     
    MaTrIxLoVeR, Oct 6, 2006 IP