|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
cols width problem
hi,
I got problem regardign col width i am having 11 cols in table in which first and second col width looks irregular but rest looks perfet <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 style="width : 250px;" name="rsTable" id=rsTable cols=11> <col style="width : 125px;" /> <col style="width : 125px;" /> <tr> <th></th>//headers <th></th> </tr> <tr> <input size="1" type="hidden" name="nr" value="<?= $pk ?>"> <td nowrap align="center"> <input size="7" type="text" name="datum" value="<?=$D?> <?= date("d.m.y") ?>"> <a href="javascript:show_calendar('tstest.datum');"><img src="../img/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the date"></a></td> <td nowrap align="center"> <select name="von"> //php code to get values </select> <input type="button" name="now" size="1" value=">" onclick="inputTime();calculateIst()"></td> --------- ---------//other fields --------- </tr> <tr> <td></td> //as this one is for printing in form using php <td></td> </tr> </table> if anybody helps me out will really be appreciable what went wrong that 1st and 2nd cols alignment not looks good rest looks perfect thanks |
|
#2
|
||||
|
||||
|
RE: cols width problem
do you have a link to the page? It is unclear what your issue is. Might be able to fix it by doing a css layout and not using the table at all.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > cols width problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|