User talk:James
From Homestar Runner Wiki
(Difference between revisions)
(Your scout troop site) |
|||
| Line 1: | Line 1: | ||
| + | |||
| + | == 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! — {{User:JoeyDay/sig}} 17:34, 22 October 2005 (UTC) | ||
Current revision as of 17:34, 22 October 2005
[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)
