also, ich probiers mal:
ich habe ein Maske mit einer Tabelle('fit with Margins') drin. In einer Spalte sind 3 felder, 2 mit einer Felddefinition(die auch greift) und eines, das einen Datepicker anzeigt.
Im Anhang sieht man, wie es ist und wie es sein soll.
Meine Idee war, für die Spalte in den Spalteneigenschaften die Weite anzugeben (steht jetzt drin wie bei Glombi, sowohl für Tables als auch für Cells).
Der Source Code sieht felgendermassen aus:
<td style="color:#424282; face:Arial;width:600px;" width="4%"><font size="2" face="Arial">
<input name="fnd_XXX_0" value="" class="textFieldShortMatrix "></font> <a onclick="scwShow (document.getElementById('fnd_XXX_0'), this,6,0);"><img src='
http://XXX/cal_icon.gif'></a> <br>
<font size="1" face="Arial">
<input type="checkbox" name="p_XXX_0" value="protect" class="protectfeldMatrix">protect</font></td>
im CSS-Teil steht folgendes:
<style type="text/css">
/* Definition of Elements */
table {border:1; cellpadding:0; cellspacing:0;}
a {color:#666699; font-style:normal; text-decoration:none;}
a:active {color:#666699;}
a:visited {color:#666699;font-style:normal; text-decoration:none;}
font {face:Arial; size:8pt; }
body {line-height:100%; margin-top:1px;}
h1 {color:#666699;font-face:Arial; size:16pt;font-style: bold;>
/* Definition of Classes */
/* Definition of Tabbed Tables */
.ptx {}
.ptdatefield {color:#666699;font-face:Arial; font-size: 10px;width:80px;}
.datefield {color:#666699;font-face:Arial; font-size: 10px;width:80px;}
.textField {color:#666699;font-face:Arial; font-size: 10px;width:80px;}
.textFieldLong {color:#666699;font-face:Arial; font-size: 10px;width:160px;}
.textFieldShort {color:#666699;font-face:Arial; font-size: 10px;width:70px;}
.textFieldMatrix {color:#666699;font-face:Arial; font-size: 10px;width:80px;}
.textFieldLongMatrix {color:#666699;font-face:Arial; font-size: 10px;width:160px;}
.textFieldShortMatrix {color:#666699;font-face:Arial; font-size: 10px;width:60px;}
.textFieldLarge {color:#666699;font-face:Arial; font-size: 10px;width:250px;}
.protectField{color:#666699;font-face:Arial; font: Arial; font-size: 6px;width:20px;}
.protectFieldMatrix{color:#666699;font-face:Arial; font: Arial; font-size: 6px;width:20px;}
</style>
Wo kommt die Einstellung für die 'td style' her???
Ich blicks nicht mehr ....