English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
1

I am looking for 2 column tables in HTML text to add to my website. Can any one send me the html text

I need something that looks like this

First one)

__________________________
|_________________________|
| | |
| | |
| | |
| | |
__________________________
obviously im improvising

and another that looks like.
SECOND)
___________________
| | |
|_______|___________|
| | |
| | |
| | |
|_______| |
| | |
| | |
| | |
|_______|___________|

2007-12-12 02:54:24 · 5 answers · asked by betrthanurex 2 in Computers & Internet Programming & Design

5 answers

First Table:









Row 1, Col 1
Row 2, Col 1 Row 2, Col 2


Second Table:














Row 1, Col 1 Row 1, Col 2
Row 2, Col 1 Row 2, Col 2
Row 3, Col 1 Row 3, Col 2


Adam @ http://www.talkphp.com/

2007-12-12 03:20:29 · answer #1 · answered by Adam 3 · 1 0

As I do not get exactly what you want, I will tell you the following. Don't be intimidated! Here is a the table for your first drawing I think.





YOUR HEADER
Column 1 on Row 1Column 2 on Row 1
Column 1 on Row 2Column 2 on Row 2


you can use colspan or rowspan, to indicate how many columns a td should span, and how many rows a row should span.

Unless you are using this for a true data table, do not use tables ever. Instead use div tags with CSS. Tables aren't intended for design, layout or positioning.

Good luck!

2007-12-12 11:17:45 · answer #2 · answered by Anonymous · 0 0

If you use Adobe Dreamweaver which is the best, you can just insert tables like in MS Word. If you don't have Dreamweaver you can get NVU for free.

Here is the code for a table with 1 column and 2 rows.









 
 

2007-12-12 11:18:15 · answer #3 · answered by Samuel Adams 7 · 0 0

your can apply property of colspan














Row 1, Col 1 Row 1, Col 2
Row 2, Col 1 Row 2, Col 2
Row 3, Col 1 Row 3, Col 2

2014-07-07 17:49:58 · answer #4 · answered by Anonymous · 0 0

Ditto Samuel Adams:




...[leftbar stuff]...


...[rightbar stuff]...

2007-12-12 11:34:09 · answer #5 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers