On Sat, 21 May 2005 11:12:57 -0400, Richard Brown <[EMAIL PROTECTED]> wrote:
Hi
I know this is on the wiki and I have had a good read but think I might
be missing something. The site concerned is:
<http://cregy.net/keith/>
<http://cregy.net/keith/style.css>
At the bottom of the page there is two lines in the footer. The top line
(a search box) is meant to be centred, the bottom line is meant to be
aligned to the right. I have entered the following code in the html:
<div id="footer" class="right">© Keith Jones</div>
An "id" is a unique identifier. You've used #footer twice. Change
<div id="footer" class="right">© Keith Jones</div>
to:
<div class="right">© Keith Jones</div>
The markup validator<http://validator.w3.org/> or Tidy
Online<http://infohound.net/tidy/> are helpful in picking up errors like
this.
Thanks
Best,
David
Rich
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
--
http://www.dlaakso.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/