The About.com Free Menu Templates all use the same basic XHTML for the list. You can either copy the below XHTML as a Web document or copy just the list (further down). Be sure to not copy the advertisement copy that may appear within the code.
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Menu List</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul id="navigation">
<li><a href="http://webdesign.about.com/">Home</a></li>
<li><a href="http://webdesign.about.com/cs/webdesignlayout/a/bl_layouts.htm">XHTML+CSS
Layout Templates </a></li>
<li id="youarehere"><a href="/library/layouts/bl_listlayouts.htm">List Layout Templates </a></li>
<li><a href="http://webdesign.about.com/od/websitetemplates/index.htm">More Layout
Templates</a></li>
</ul>
</body>
</html>
If you're going to use this free Web template in another page, then just copy the following XHTML into your document.
<ul id="navigation">
<li><a href="http://webdesign.about.com/">Home</a></li>
<li><a href="http://webdesign.about.com/cs/webdesignlayout/a/bl_layouts.htm">XHTML+CSS
Layout Templates </a></li>
<li id="youarehere"><a href="/library/layouts/bl_listlayouts.htm">List Layout Templates </a></li>
<li><a href="http://webdesign.about.com/od/websitetemplates/index.htm">More Layout
Templates</a></li>
</ul>
You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.about.com/]. Terms of use last modified 8/29/2004.

