Hey guys I have a site here: www.acne-skin.org I say it's static code because it is generated by php code, meaning from the div Panel1 all that code that is in tables is generated by the php code. What I'm trying to figure out is how customizable can I make this table code. For example, can I align products vertically? Can I give each product it's own little box if I wanted? Could I omit the product descriptions entirely? Just looking for some feedback because my css is not that good and I know it's in table format which is also is very annoying. Thanks for the help guys, Travis Edit: For a direct look at just the actual tables and products generated you can go here: http://www.acne-skin.org/testtt.php
Hi buddy, If you have access to the PHP files than you can assign a single CSS class for the TD area which contains product description and and then hide that particular class in the CSS stylesheet(s). Hope this helps. enjoy
I don't have access to the files. I just can use the short maybe 10 lines of php code that accesses those files on servers that I don't have access to.