Help with html code for table

Discussion in 'WordPress' started by mpak11, Oct 12, 2010.

  1. #1
    I am having problems again creating table for my wordpress site...
    Can someone give me a code for a table with 4 columns, each column with a row below it for text/label purposes....

    My design is to create a table with photos on each column and then a row below it for text description.
     
    mpak11, Oct 12, 2010 IP
  2. choirul

    choirul Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try the following code:

    <table width="500" border="1" bordercolor="#FF0000">
    <tr>
    <td><div align="center">› label 1</div></td>
    <td><div align="center">› label 2</div></td>
    <td><div align="center">› label 3</div></td>
    <td><div align="center">› label 4</div></td>
    </tr>
    </table>



    To make easier in writing code above you can use html editor like dreamweaver, frontpage or nvu. By using html editor you don't write the code it will be produced automatically. You just work in design view. Then just copy the code from the html code.
     
    Last edited: Oct 12, 2010
    choirul, Oct 12, 2010 IP
  3. djarotstudio

    djarotstudio Member

    Messages:
    200
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #3
    Whoa, table? seriously?
     
    djarotstudio, Oct 20, 2010 IP