Hi friends,
I have created a register form table form in div tags as for example i have four rows and two columns here in Row 4 i want to merge the last two cells
.Row
{
display:table-row;
}
.Merge
{
column-span:all;
display:table-cell;
}
.Col1
{
display:table-cell;
width:50px;
}
.lineSpace
{
height:45px;
}
| A | B |
| C | D |
| E | F |
| G i want to merge this | |
friends help me!
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthik ElumalaiPosted Jun 15, 2016, 10:25 PM
Sai Sravani PoondlaPosted Aug 7, 2016, 1:10 PM
Karthik ElumalaiPosted Jun 17, 2016, 5:57 AM
Sai Sravani PoondlaPosted Jun 17, 2016, 5:44 AM