The Homestar Runner Wiki needs your help in its 2008 Fall Fundraising Drive.
US$14.16 has been raised toward our goal of US$1,500.
User talk:James
From Homestar Runner Wiki
[edit] 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)
