A few things, first off, http://validator.w3.org/check?uri=ht...%3Fcat%3Dall8c
use alt='blah'. Secondaly, <!-- <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="450" height="450" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="UPPAGP--TPP_FINAL_NEW2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#26354A" />
<!--<embed src="UPPAGP--TPP_FINAL_NEW2.swf" quality="high" width="450" bgcolor="#26354A" height="450" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> -->
</embed>
</object>--> the second <!-- is in a comment so it doesn't get parsed, meaning you have a --> on your front page.
Next, the red on the light blue on the homepage is rather ugly. The rest of the colors though are pretty good. Also, center the screen.

Those two should make it clear why.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|