Visually looks decent. The part where the products are at kind of hangs there since there are two sides made grey and the other two are open.
Code wise, it leaves a lot to be desired. The CSS needs to be externally linked as it would help clean up your code a lot. The code fails as comming close to being valid showing 27 errors.
Code:
<br style="font-family: Verdana;">
This, needless to say, does nothing.
Code:
<big><big><span style="color: white;"></span></big></big>
I would point out how the second <big> tag does nothing, but the whole thing does nothing.
<center> and <font> tags needs to be axed and use CSS instead. Something like a <br /> tag should used sparingly, and never repeated. A proper use of <p> tags and CSS should be used instead.
Bookmarks