Okay...an update...
The shop page was not meeting W3C's XHTML compliancy. I fixed that, though by removing the following from the shop.php file:
Code:
echo "<style type=\"text/css\">\n";
echo ".head {font-weight: bold; font-size: 1.5em}\n";
echo "</style>\n";
That being said...there's only one issue I have left to fix...
If you visit my shop located here:
http://glitchpc.com/forums/shop.php
The store landing page looks great...however, if you click a link to an item, it breaks the page layout (just look at the top body section of the page). Look here:
http://glitchpc.com/forums/shop.php?...h_PC.342512400
Anyway...was wondering if anyone has a solution on how to fix this problem?
Thanks, in advance...