• Hello Alll
    I finally got my page to validate fairly well, 9 errors left. Most all of the original errors were caused by scripts.
    When I substituted HTML for the scripts all errors went away except for the one’s related to the world clock
    script which I would like to keep but there is not much documentation on the home site. If anyone knows of
    a good alternative to the “https://opensourceinitiative.net” widget?? I’m guessing that since it’s open sourc I
    will just have to edit it myself. I also have funny things happening in my header area. The image file will
    show an inch short to the right side on my home box XP, IE7, 19 inch monitor. Going to another box with
    the the same XP, IE7, monitor (I think 20 inch) the image file shows correctly?? I will post my header file
    below, I am trying to get set up with open ID so I can post to the wp code posty place and will do that too.
    I am novice to php and xtml and of course Word Press. Also my banner adds do not align correctly they
    are rotated by Script wp_ads code = (<p align=”center”><?php wpads(‘leaderboard’); ?></p>)
    Any help would be Greatly appreciated
    OH! These errors can be viewed at https://www.meandering-pen.com

    Here comes the header from the theme “Blue-World-10”
    =========================================

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
    <meta name=”keywords” content=”<?php bloginfo(‘description’); ?>” />
    <meta name=”description” content=”<?php bloginfo(‘description’); ?>” />
    <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=”outer”>
    <div id=”header”>
    <div id=”headercontent” class=”left”>
    <h1>/” title=”<?php bloginfo(‘name’);?>”><?php bloginfo(‘name’);?></h1>
    <h2><?php bloginfo(‘description’);?></h2>
    </div>
    <div id=”search”>
    <br></br>
    <p align=”center”><?php wpads(‘leaderboard’); ?></p>
    </div>

    <div id=”headerimage” class=”clear”></div>
    </div>
    <div id=”headermenu”>

      <li <?php if(is_home()){echo ‘class=”first current_page_item”‘;}?>>/” title=”Home”>Home

      <?php wp_list_pages(‘title_li=&depth=1’);?>

    </div>
    <div class=”divider”></div>

  • The topic ‘Alignment problem for widgets’ is closed to new replies.