| Author |
doubt in html
|
manas ranjan mandal
Ranch Hand
Joined: Apr 02, 2008
Posts: 97
|
|
|
let in a table there are 4 rows i want to add 2 more row in 2nd .Is there any html tag to add for adding 2 rows in 2nd row?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Another HTML table? Eric
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
as Eric pointed. you need to declare another HTML table in your 2nd row for adding rows inside. hope it helps.
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
manas ranjan mandal
Ranch Hand
Joined: Apr 02, 2008
Posts: 97
|
|
|
Is there any particular tag in html to put another table in 2nd row?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
<table>
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: doubt in html
|
|
|