View Full Version : Cutenews has messed up my layout!


Mattice
07-24-2005, 08:28 PM
Please help me...I put up a new layout and when I inserted the cutenews code it made the sidebar disappear in IE! It works dodgy in Firefox though...please help my site has been totally messed up.

http://totallychillin.co.uk

COBOLdinosaur
07-24-2005, 08:59 PM
The cutenews code did not mess up your page you did. All cutenews did was send a little gust of wind at a house of cards.

Your page is not a valid html page. You have no HTML tag no ending tag for the body. You have link and style tags that should be in the head in the body, and you are using depreciated attributes like align="left".

I suspect there are probably other errors as well.

The best way to start fixing it is to find all the problems by running it through the HTML validator at www.w3c.org. Once you correct the errors it finds, that may fix the problem; but even it it doesn't we will have valid code to work with, which will make it easier to solve the problems.

Mattice
07-24-2005, 09:16 PM
Ok...someone made the layout for me btw.

COBOLdinosaur
07-24-2005, 09:43 PM
Yeah that's okay, it just takes a little patience to work through all the bits that can go wrong sometimes.