Posted by Perth on 08/18/06 15:58
rfr wrote:
> 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.
Thank you for your response. I added the omitted </head>, but I have
looked at the </div> in all its instances, and it doesn't seem to be
amiss. I really have looked at this. Still don't know what's wrong.
I have not had this problem on the 300 or so other pages in which I
have used this code in identical fashion.
[Back to original message]
|