User talk:James
From Homestar Runner Wiki
Your scout troop site
James, to fix the main page you just need to add one line to your CSS file. Just change:
div#footer {
padding: 15px;
margin: 0px;
border-top: thin solid #000000;
}
to:
div#footer {
padding: 15px;
margin: 0px;
border-top: thin solid #000000;
clear: both;
}
Hope this helps. Looks great otherwise, and congrats on your Eagle! —
Joey (talk·edits) 17:34, 22 October 2005 (UTC)
