why the second row td is the same width with the first one

Raibrercafe

New Member
\[code\]<table width="980" border="0"> <tbody> <tr> <td width="25%"> <img width="300" style="overflow: hidden;" alt="" src="http://stackoverflow.com/questions/14079182/1.jpg"> </td> <td width="75%"> <h1>ttt</h1> <p>dgggg</p> </td> </tr> <tr> <td width="25%"><img alt="" src="http://stackoverflow.com/questions/14079182/98.jpg"></td> <td width="25%"><img alt="" src="http://stackoverflow.com/questions/14079182/57_998.jpg"></td> <td width="25%"><img alt="" src="http://stackoverflow.com/questions/14079182/7_998.jpg"></td> <td width="25%"><img alt="" src="http://stackoverflow.com/questions/14079182/98.jpg"></td> </tr> </tbody></table>\[/code\]Why is the second row td the same width with the first one(the first row td). the width="25%" doesn't work. how to correct it?
 
Back
Top