Creating a table with 3 columns and 2 rows with no border on 2nd column

batuhan529

New Member
I would need to create a table with 3 columns and 2 rows with no border on 2nd columnFor example my code is below...\[quote\]\[code\]<table border="1" cellpadding="1" cellspacing="1" height="125" width="1037"><tbody> <tr><td style="width: 254px">Main Title</td><td style="width: 639px">&nbsp;</td><td>&nbsp;</td></tr><tr><td style="width: 254px">Lots of Contents Column I</td><td style="width: 639px">Lots of Contents Column II</td><td>Lots of Contents Column III</td></tr></tbody></table>\[/code\]\[/quote\]By using the below code I am getting borders on the second row..I dont need borders on the second row.. I can't use merge.. Because I need that structure. The only thing what I need is that Borders should not be displayed in Second Row.But the structure should be remain same.How can I do that using HTML ?
 
Back
Top