Hey! Is there an easier way of seeing if you have missed out any div tags because I think I have and it is driving me crazy?
How can I check that I have closed all my div tags in the easiest way or do I just have to look through it? I wondered if there is anything I can use online to check it.
I use the Firebug add-on for Firefox (do a search for "firebug firefox"). It is quite possibly the best add-on ever made for front-end web development. Once activated, you'll click the green checkbox icon at the bottom right of your open Firefox window. Then click the inspect tab on the top left, hover over the suspect div on your page, and then click. You can then inspect your code in the open Firebug window for problems.
Install the 'Web Developer' plug-in for Firefox - after it's installed click on the 'Information' drop-down and then click on 'Display Div Order' - this will outline all you div's on the page - this plug-in is awesome and you will get a lot more use out of it than that.