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!
tabe in table
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
tamperedcandy



Joined: 23 Jul 2005
Posts: 1

PostPosted: Sat Jul 23, 2005 4:56 pm     tabe in table Reply with quote

how do u place a table inside another table? what is the code?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8301
Location: Castle Pines North, CO USA

PostPosted: Sat Jul 23, 2005 7:53 pm     Reply with quote



Something like:
Code:
<table border="0" width="100%">
   <tr>
      <td>
      <table border="0" width="100%">
         <tr>
            <td></td>
         </tr>
      </table>
      </td>
      <td></td>
   </tr>
</table>

or
Code:
<table border="0" width="100%">
   <tr>
      <td>
      <table border="0" width="100%">
         <tr>
            <td></td>
         </tr>
      </table>
      </td>
   </tr>
</table>
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
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

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