MySQL interesse |
|
ik heb dit staan in css
#producttabel td{
border:1px solid #CCCCCC;
min-width:93px;
max-width:200px;
height:25px;
padding:5px;
text-align:center;
}
#producttabel td{ border:1px solid #CCCCCC; min-width:93px; max-width:200px; height:25px; padding:5px; text-align:center; }
maar nu is er 1 kolom in die tabel die en vaste breedte van 30px; moet hebben, ik heb het zo geprobeerd maar niets lukt
in html heb ik <td id="edit">
|