HTML/CSS Table Padding -
i'm having stupid issue using table, hardly ever use tables , i'm not sure why first image has huge space after it. tried setting width, using "-margin" & padding. cant find reduce size.
<tr class="tblpadding"> <td>character:</td> <td class="tdchar"><img src="http://www.xronn.co.uk/pokearena/assets/img/charcter/2.gif"></td> <td><img src="http://www.xronn.co.uk/pokearena/assets/img/charcter/2.gif"></td> <td><img src="http://www.xronn.co.uk/pokearena/assets/img/charcter/2.gif"></td> </tr>
best see fiddle show issue - http://jsfiddle.net/uh6j4/1/
because column cell has larger width because of input type text
boxes, add colspan
cell
also, saw you've inconsistent table cells in example, make sure fix them according requirement.
but far explanation goes, need use colspan
on column contain images.
also point out, it's invalid use form
element nested tr
direct child, should use inside td
, validate markup here before put websites live... far idea goes, signup form trying build can designed without tables..
Comments
Post a Comment