Jump to content

Validation Problems


Recommended Posts

Alright, ive been trying to validate this website to XHTML Strict, and have no idea on how to fix these last two errors, can anyone help

Line 19, column 0: unclosed start-tag requires SHORTTAG YES

<div id="banner">

Line 93, column 0: unclosed start-tag requires SHORTTAG YES

</div>

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>

<head>

<link rel="stylesheet" type="text/css" href="css/main.css" />

<title>william fagan dot com</title>

</head>

<body>

<div id="container"

<div id="banner">

<h1><a href="/index.html">william fagan dot com</a></h1>
<h2>daily technology discussions</h2>

</div>

<div id="left">
<div class="sidebar">

<h2>Categories</h2>
<ul>
<li><a href="categories/about.html">About Me / Contact</a></li>
<li><a href="categories/medievalwrath.html">Medievalwrath</a></li>
</ul>


<h2>On My Computer</h2>
<ul>
<li><a href="http://www.mozilla.org/products/firefox/" rel="external">Firefox</a></li>
<li><a href="http://www.lavasoftusa.com/software/adaware/" rel="external">Ad-Aware SE Personal</a></li>
<li><a href="http://gaim.sourceforge.net/" rel="external">Gaim</a></li>
<li><a href="http://toolbar.google.com/gmail-helper/" rel="external">Gmail Notifier</a></li>
<li><a href="http://www.flashfxp.com/" rel="external">FlashFXP</a></li>
</ul>


<h2>My Bookmarks</h2>
<ul>
<li><a href="http://divxstation.com/" rel="external">Divxstation</a></li>
<li><a href="http://dvdanswers.com/" rel="external">DVDAnswers</a></li>
<li><a href="http://msfn.org/" rel="external">MSFN</a></li>
</ul>

</div>
</div>


<div id="center">
<div class="content">

<h2>Saturday, September 04, 2004</h2>
<h3>From my inbox...</h3>


<p>It's been a few days since I've posted my standard tech stuff - so here are some cool things I've run across this week.</p>

<p>Slayer 2.6 -</p>

<p><a href="http://slayer.xbox-scene.com/">Slayer 2.6</a> was recently released.  Slayer is a bundle of tools and software that upon executing 'auto-installs' itself on modded Xboxes.  Slayer comes with apps like EvoX, Xbox Media Player, dvd2xbox, boXplorer, and many more.  I've found it's by far the easiest way to setup any newly modded Xbox.</p>

<p>GmailFS -</p>

<p>"<a href="http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html">GmailFS</a> provides a mountable Linux filesystem which uses your Gmail account as its storage medium." This is a great, free way to securely (SSL) backup your files offsite.  The application is only available for Linux at this time.  I'm sure other *NIX ports are not too far off.  I'd love to see this on OS X.</p>

<p>Free Linux Technical Resource Kit -</p>

<p>- SUSE LINUX Enterprise Server 9.0 (ISO Installation Images)<br />
- SUSE LINUX 9.1 Professional (Bootable Installation DVD)<br />
- Ximian Desktop 2.0 Evaluation (ISO Image)<br />
- Ximian Red Carpet 2.0.2 Evaluation (ISO Image)<br />
- Novell Linux Services 1.0 (ISO Image and NLS Companion CD)<br />
- Novell GroupWise for Linux 6.5.1 (ISO Images) <br />

- and more...</p>

<p>SUSE is one of my favorite Linux distros, <a href="http://www.novell.com/community/linux/order.php?sourceid=uscin">get yours</a> while supplies last.</p>

</div>
</div>


<div id="right">
<div class="sidebar"
</div>
</div>


</div>
</body>

</html>

Line 19 is the line that says <div id="banner">

Line 93 is the 3rd </div> from the bottom

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...