My Options For Customizing My Static HTML Table Code

Discussion in 'CSS' started by phaze3131, Jun 3, 2009.

  1. #1
    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
     
    phaze3131, Jun 3, 2009 IP
  2. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    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 :)
     
    bindassdelhiite, Jun 3, 2009 IP
  3. phaze3131

    phaze3131 Well-Known Member

    Messages:
    538
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    140
    #3
    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.
     
    phaze3131, Jun 3, 2009 IP
  4. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Can you put that code here if it's safe?

     
    bindassdelhiite, Jun 3, 2009 IP