PDA

View Full Version : Please check site


csa
06-29-2006, 04:47 PM
Could someone please check my site in both IE & FF?

http://www.wesellfudge.co.uk/pt/homepage.htm

There some issues* which I'm not sure how to deal with so suggestions on CSS improvements would be most welcome! :)

*last to paragraphs of text not indenting
Correctly spacing text from the top of page (FF)
Right hand div / lining up with bottom

Thanks

ronaldb66
06-30-2006, 07:33 AM
Always validate your markup (http://validator.w3.org/); there are a couple of errors (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.wesellfudge.co.uk%2Fpt%2Fhomepage.htm) that strongly suggest you have nesting errors and/or missing end tags, which can seriously mess up your page and interfere with the styles.

You can reduce the risk of errors like these by properly and consistently indenting nested elements; this can be a great help in spotting structural errors.

_Aerospace_Eng_
06-30-2006, 07:38 AM
Hmm I've already answered a similar problem. http://www.codingforums.com/showthread.php?t=90115