Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d love to help you, but your blog link is broken.
    Post the HTML & CSS and I’ll take a look.

    Thread Starter jlyon

    (@jlyon)

    Sorry there was a full stop after blog, here’s the link:-

    http://www.lettersunite.com/blog

    Here’s my header.php:-

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
    <title>Letters Unite | A global art initiative to raise awareness about literacy</title>
    <meta http-equiv=”content-type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”description” content=”<?php bloginfo(‘name’); ?> – <?php bloginfo(‘description’); ?>” />
    <meta name=”keywords” content=”” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_head(); ?>
    </head>

    <body>
    <div id=”wrapper”>
    <div id=”header”></div>
    <div id=”menu”>
    <ul id=”menu”>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘problem with div / css in header.php’ is closed to new replies.