Hey all I've got this site but i've got a problem with google adsense i want put the ad next to the logo but i can't do it can someone help me ? <!DOCTYPE html PUBLIC "- W3C DTD XHTML 1.0 Transitional EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <link href="<?php bloginfo('template_url'); ?>/style.css" rel="stylesheet" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/mediabox.css" type="text/css" media="screen" /> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/imagelink.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/mootools.js - Hama zegt: "></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/mediabox68.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/swfobject.js"></script> <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie-style.css" type="text/css" media="screen"></link><![endif]--> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body> <div id="wrapper"> <div id="head_content"> <div id="menu"> <a href="<?php bloginfo('url'); ?>/"><span class="menu-items"><h3>Home</h3>Take me back to the home page</span></a> <?php $pages = wp_list_pages('exclude=1423&sort_column=menu_order&depth=1&title_li=&echo=0'); $pages = preg_replace('/(<a[^>]*>)/','$1<span class="menu-items"><h3>',$pages); $pages = str_replace('</a>', '</h3>Click here for more information</span></a>', $pages); echo $pages; ?> <span class="search"><h3>Search - Hama zegt: "><h3>Search</h3><?php include (TEMPLATEPATH . '/searchform.php'); ?></span> </div> </div> <!-- end header --> Code (markup): thanks My website is floopytrailers.com
Your ads are next to your logo.. on my browser at least. The ads are to the right of your logo and to the left of your menu.
your ads are next to your logo, work fine in firefox but in IE it looks messed up a little bit, it placed on top of the logo. also your your logo image is PNG, (transparent image). In IE6 and older IE browsers, it doesn't not looks transparent, You will need some hacks to make it work or convert it to .GIF to make it works in all browsers.
yea, that ad is next to ur logo in firefox. but IE ??? IE is a useless browser, I also have a same kind of problem
IE does not displays CSS correctly many times, many people run to some kind of problem with it but there is always a hack to fix it. Statistics browser: 46% internet users are using IE6 + IE7, so you have to fix it and make these people happy.