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.
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.