|
Posted by rfr on 08/18/06 15:31
It would help you to validate your HTML code. Use GOOGLE to find the WC3
HTML vaslidator. The problem you are having may be with the none standard
code. For instance there is no </head> to end the <head>, and you are
loading external CSS stylesheets in the BODY of your document rather than
the header section. My best guess is that you have your <hr> rule WITHIN a
div that is limiting its width . . .you can have the <hr> be 100% of the
div, but if the div isnt 100% of the document, then the <hr> wil be
constrained to whatever wiodth the <div> is.
"Perth" <renaissance@australiamail.com> wrote in message
news:1155912793.957190.249490@b28g2000cwb.googlegroups.com...
> Good morning:
>
> For some reason which I cannot determine, I am unable to make the
> horizontal rule at the bottom of the page, stretch all the way across
> 100%. I just can't figure this out. I have looked and looked at the
> simple source code on that page, and changed everything, and still it
> doesn't work.
>
> What am I overlooking here?
>
> http://www.geocities.com/techfiddle/feeds.html
>
> Thanks!
>
Navigation:
[Reply to this message]
|