hmmm...
page (as it resides on server)
(it is a .php file, but it's just a mockup to show the layout and doesn't actually contain any php):
Code:
<!---->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="MSThemeCompatible" Content="No">
<title>Home | FettersAeroSpace Demo</title>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta name="description" content="Demo for Fetters AeroSpace website">
<meta name="robots" content="noIndex, noFollow">
<link rel="stylesheet" type="text/css" href="/clients/dennis/css/reset.css">
<link rel="stylesheet" type="text/css" href="/clients/dennis/css/layout/layout.css">
<!--[if IE]><link rel="stylesheet" type="text/css" href="/clients/dennis/css/ie.css"><![endif]-->
<link rel="stylesheet" type="text/css" href="/clients/dennis/css/fettersid.css">
<link rel="stylesheet" type="text/css" href="/clients/dennis/css/elements.css">
<link rel="stylesheet" type="text/css" href="/clients/dennis/css/classes.css">
<link rel="stylesheet" type="text/css" href="/clients/dennis/include/menu/smoothmenu.css">
<link rel="stylesheet" type="text/css" href="/clients/dennis/include/menu/smoothmenu-v.css">
<link rel="stylesheet" type="text/css" href="/clients/dennis/components/corners/corners.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="/clients/dennis/components/fadein/fadein.js"></script>
<script type="text/javascript" src="/clients/dennis/include/menu/smoothmenu.js">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "menu", //menu DIV id
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
<script type="text/javascript" src="/clients/dennis/js/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript" src="/clients/dennis/js/slideshow_init.js"></script>
</head>
<body>
<div id="mainwrap">
<div id="top">
<!--banner.php-->
<h1 id="siteheader">Fetters <span>AeroSpace, <span>LLC</span></span></h1>
<div id="adminlogin">
Administrator Login
</div>
<!--/banner.php-->
</div>
<div id="banner"><div id="bannerslides"></div></div>
<div id="contentfloat">
<div id="contentwrap">
<div id="maincolumn">
<div class="margins">
<!--content from DB-->
<!--PAGE INTRO-->
<h2>Welcome Home!</h2>
<p>
This is the introductory article for the home page!
On the completed website,
you will be able to edit this content by logging in
(using the "Administrator Login" link in the banner)
and then clicking on "Edit Article".<br>
For now, this page shows the basic site layout.
All pages will share this basic arrangement.
As work proceeds, I will update this "demo site" to show you how things are progressing.
For more info, read the <a href="/clients/dennis/outline.pdf">Project Outline</a>.
</p>
<!--/PAGE INTRO-->
<!--FEATURED LINK-->
<div class="feature cornerBox">
<div class="corner TL"></div><div class="corner BR"></div>
<div class="cornerBoxContent">
<h3>All About Featured Links</h3>
<p>
The new design for the "featured links" is shown on the left, below the menu.
Each page will have a configurable list of up to three pages to show a featured link to.
</p>
</div>
</div>
<div class="feature cornerBox">
<div class="corner TL"></div><div class="corner BR"></div>
<div class="cornerBoxContent">
<h3>Page Articles</h3>
<p>
This is an example of an article.
Articles are displayed in chronological order, newest first.
On the completed site, articles will be editable (when you are logged in) from a link in the top corner.
You will be able to add articles to the home page, each section, and any pages you create.
You can add pictures, and, as you can see, <br>.<br>.<br>
<img src="images/excaliburloading.jpg" style="height: 480px; width: 615px;"><br>.<br>.<br> the article containers expand to hold their content.
</p>
</div>
</div>
<!--/FEATURED LINK-->
<!--/content from DB-->
</div>
</div>
</div>
</div>
<div id="menucolumn">
<div class="margins">
<!--menu.php-->
<div id="menu" class="ddsmoothmenu-v">
<ul>
<li><a href="">Menu</a></li>
<li><a href="">Links</a>
<ul>
<li><a href="">Menu Flyouts</a></li>
<li><a href="">Don't Work Either</a></li>
</ul>
</li>
<li><a href="">Don't</a></li>
<li><a href="">Work</a>
<ul>
<li><a href="">But this is</a></li>
<li><a href="">How it Will Look</a></li>
<li><a href="">Nice, Huh?</a></li>
</ul>
</li>
<li><a href="">Yet</a></li>
</ul>
</div>
<!--/menu.php-->
<div class="flink">
<img src="images/aerosabreflink.jpg" style="height: 77px; width:154px;" alt="aerosabre gyrocopter!">
<span class="FLlabel">AeroSabre Gyrocopter!</span>
</div>
</div>
</div>
<div id="footer">
<!--foot.php-->
<div id="footlinks">
<a>Home</a> |
<a>Projects</a> |
<a>Products</a> |
<a>Archive</a> |
<a>Terms & Privacy Policy</a> |
<a>Contact us</a>
</div>
<div id="designlink">
Web Design by <a href="http://www.custom-anything.com/">Adrian Testa-Avila</a>
</div>
<!--/foot.php-->
</div>
</div>
</body>
</html>
I don't think there is anything malformed in the html. The page validates except for a missing alt attribute on one of the images. (SEE post #3 for CSS validation.) Can you find any clue on the page (the live page) as to what that line may refer to? I don't have anything that is supposed to be that size, and AFAICT, there isn't anything that is or is trying to be that size. Don't even know what to look at to try to solve it.
Bookmarks