HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
merge cell
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
raninda



Joined: 10 Apr 2008
Posts: 9

PostPosted: Thu Apr 10, 2008 5:28 pm     merge cell Reply with quote

i have 2 column table. i try to merge cell, in the middle row. i don't know how to merge cell.

the code is like this
Code:


<tr><td>SMA YPS</td><td>: <input type="text" size=4 maxlength=4 name="smu"></td></tr>
<tr><td>ATS YPS</td><td>: <input type="text" size=4 maxlength=4 name="ats"></td></tr>
<tr><td><b>Keterangan Rumah</b></td></tr> <!--i want to merge this-->
<tr><td>Tempat Tinggal Sekarang</td><td>: <input type="text" size=30 maxlength=100 name="rumah"></td></tr>



please help.
Corey Bryant



Joined: 15 May 2004
Posts: 8131
Location: Castle Rock CO USA

PostPosted: Fri Apr 11, 2008 7:11 am     Reply with quote

I did not see a middle row, but I am guessing it is the third row? If so
Code:
<table>
<tr><td>SMA YPS</td><td>: <input type="text" size=4 maxlength=4 name="smu"></td></tr>
<tr><td>ATS YPS</td><td>: <input type="text" size=4 maxlength=4 name="ats"></td></tr>
<tr><td colspan="2"><b>Keterangan Rumah</b></td></tr>
<tr><td>Tempat Tinggal Sekarang</td><td>: <input type="text" size=30 maxlength=100 name="rumah"></td></tr>
</table>

_________________
Corey
Toll Free Solutions | Mile High Merchant Accounts | Expression Web Blog
raninda



Joined: 10 Apr 2008
Posts: 9

PostPosted: Tue Apr 15, 2008 9:50 pm     Reply with quote

thankyou corey.it really helps Very Happy
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial