From: "Iorhael" <[EMAIL PROTECTED]>

>Well, I moved the div tag but its still not working :(...*tearing hair out 
>here*....grrrr! (I fixed the doctype too.)
>
>http://www.drk-writing.com/debscards/debscards2.htm

I aplolgize for not specifically checking your your style sheet. You have -
 
#clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 1px;
}

which shows an ID selector for the clearer. However, you have - class="clear" - 
on the div in your HTML. Either change the selector to indicate a class, or 
change the class attribute to an ID attribute in your HTML. That should get 
things working.

~holly 
 
                   
______________________________________________________________________
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/

Reply via email to