• I am trying to ad google ads to my menu bar on top of my site. I have them in a link format next to the menu bar. But when I put them it the “Home” section isn’t linked anymore?

    I must have done something wrong with the CSS or something, could someone look at this below and tell me what I need to fix for the “Home” section to link up again. Check it out on the page, it looks like “>Home” and isn’t linked.

    Anyway, here’s my header code:

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ |’; } ?> <?php bloginfo(‘name’); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
    <link rel=”shortcut icon” type=”image/x-icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>
    </head>
    <body>
    <div id=”container”>
    <div id=”header”>

    <h2>/”><?php bloginfo(‘name’); ?></h2>

    <h3>”<?php bloginfo(‘description’); ?>”</h3>
    </div>

    <div id=”pics”>
    <div id=”lpic”></div>
    <div id=”middlepic”></div>
    <div id=”rpic”></div>
    </div>

    <div id=”menu”>

    my google ads are here

  • The topic ‘Menu Bar’ is closed to new replies.