Wednesday, March 24, 2004

Web Page Debugging Tip
If your web page doesn't look like you thought it would, it can help to comment out the page, say, leaving the first logical section uncommented. Then look at it in a browser and eventually you can see where the problem starts. It works for me. Don't forget that you can't nest comments, and also that the uncommented part must not start in the middle of something - it must hang by itself according to HTML specs.