beautiful artist posted in macromedia.dreamweaver:
Quote:
Dear Malcolm,
Here it is at http://www.indianaeagleforum.org/contact_join.html It
sure
looks a lot better in the preview than when posted. In preview the
background is white and the footer is at the bottom. I finally used |
You'll need to upload, or fix the links to these missing files:
----------------------------------------------------------
GET /twoColFixLtHdr.css HTTP/1.1
HTTP/1.x 404 Not Found
----------------------------------------------------------
GET /SpryAssets/SpryMenuBar.js HTTP/1.1
HTTP/1.x 404 Not Found
----------------------------------------------------------
GET /SpryAssets/SpryMenuBarHorizontal.css HTTP/1.1
HTTP/1.x 404 Not Found
----------------------------------------------------------
GET /SpryAssets/SpryMenuBarVertical.css HTTP/1.1
HTTP/1.x 404 Not Found
----------------------------------------------------------
GET /twoColFixLtHdrSidebar2.css HTTP/1.1
HTTP/1.x 404 Not Found
----------------------------------------------------------
GET /images/logoeagleunderline.jpg HTTP/1.1
HTTP/1.x 404 Not Found
----------------------------------------------------------
And in the embedded CSS, you have the body's background-color declared twice:
<!--
body,td,th {
color: #000066;
font-size: medium;
background-color: #FFFFFF;
}
body {
background-color: #1e4464;
background-image: url();
background-repeat: repeat;
margin-left: 250
px;
margin-right: 250px;
}
You'll also want to move that stray px; from its own line to the end of the
previous line.
margin-left: 250px;
--
Mark A. Boyd
Keep-On-Learnin'