I Need Help!
Tuesday, May 13, 2008 at 7:57PM I now remember what was wrong with this template - page errors when jumping to certain links (Like the "Support Zentri" one at the top). I found some vague instructions on how to fix it, tried, and failed.
Can a coding wizard check it out and give suggestions? Here is the link to what is wrong. Below is the offending section of code. Whoever helps me fix it will get a HUGE shout out on the show! I've tried several variations of that suggestion and I'm stuck. Post short answers in the comments or send your code suggestions to texafornia at the gmails.
<!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">
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/nicetitle.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/nicetitle.css">
<head profile="http://gmpg.org/xfn/11">
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />
<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_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<?php require('navigation.php'); ?>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
</div></div>
<hr />
<body onload="liveSearchInit()">



















