Connect with Expertise | Find Experts, Get Answers, Share Insights

Tables Sizes in this issue

 
Join Date: Dec 2009
Posts: 51
#1: Feb 2 '10
hi
how can i make one table like in this image
http://i50.tinypic.com/xbemg7.jpg

i tried this code but it doesn't work , they fitting to each other

Expand|Select|Wrap|Line Numbers
  1. <table border="1">
  2.   <tr>
  3.     <td width="300">stuff-1</td>
  4.     <td width="700">stuff-2</td>
  5.   </tr>
  6.     <tr>
  7.     <td width="700">stuff-3</td>
  8.     <td width="300">stuff-4</td>
  9.   </tr>
  10. </table>

drhowarddrfine's Avatar
E
C
 
Join Date: Sep 2006
Location: St. Louis, MO USA
Posts: 6,375
#2: Feb 2 '10

re: Tables Sizes in this issue


You need to look into "colgroup". Google for that.
 
Join Date: Dec 2009
Posts: 51
#3: Feb 3 '10

re: Tables Sizes in this issue


i tried to search about colgroup but didn't get what i meant to , may you help me to just give me a simple code

Thanks Dear
Reply

Tags
tables