Can someone take a look @ http://www.pcflame.com/view.php and try to figure out whats breaking it? This is really aggrivating me http://img206.imageshack.us/img206/3714/errorslo2.jpg these are just some of the errors i spot
Reading your source code, you have several links in the header pointing to javascript:void(null) Code (markup): You need to change that for the actual links, including the search form <form name="loginForm" action="javascript:void(null);" method="POST"> change the above for this <form name="loginForm" action="NAME_OF_YOUR_SEARCH_SCRIPT.php" method="POST"> Code (markup): As for the links "HI" and "hello there" the same, if you want to a add a link just and the link in the corresponding areas. Unless you mean another kind of error.
I'm seeing the problems in FF 1.5.0.7 and IE6 ... also at the bottom of the "content" area, there's a bit of a gap on the sides. Unfortunately I don't have time to dissect the code but there seems to be some overlapping between DIVs (if you have FF, install the WebDeveloper extension so you can see all the DIVs outlined : http://chrispederick.com/work/webdeveloper/ ). Go back into your CSS and double check the math, don't forget that things like margin and padding are in ADDITION to heights and widths.