User talk:James

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Question for James)
(Your scout troop site)
 
(includes 1 intermediate revision)
Line 1: Line 1:
-
Hey James,
 
-
Do you remimber which font you used for the background on the old hrwiki banners.  I can't for the life of me find it.
 
-
Thanks
+
== Your scout troop site ==
-
[[User:Your Fuzzy God|Your Fuzzy God]] 11:15, 24 Nov 2004 (MST)
+
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! — wikisig.gif Joey (talk·edits) 17:34, 22 October 2005 (UTC)