...........die eine zeile hat 2 spalten, wo die linke ca 150 px breit ist und die rechte keine angaben zur breite hat (ist ja dann relativ), ....wenn ihr die html code mal in frontpage reinladet, werdet ihr sehen, dass die tabelle in der bearbeitungsansicht genau so aussehen soll wie sie aussehen soll, in der vorschau sind dann aber beide spalten genau 50% groß, ...also gleich groß,...wer kann das mir erklären?!
Vielen Dank.
kompleter tabellencode!....
Code: Alles auswählen
<html>
<style>
<!--
p { font-family: Verdana, Arial, Helvetica, sans-serif }
.gensmall { font-size : 10px; }
.gensmall { color : #000000; }
.mainmenu { font-size : 11px; color : #000000 }
a:link { color : #006699; }
a.mainmenu { text-decoration: none; color : #006699; }
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #006699; }
th { font-family: Verdana, Arial, Helvetica, sans-serif }
th {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #006699; height: 25px;
background-image: url('http://www.marketing-factum.de/homesweethome/templates/subSilver/images/cellpic3.gif');
}
th.thHead {
font-weight: bold; border: #3399FF; border-style: solid; height: 28px;
}
th.thHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
td { font-family: Verdana, Arial, Helvetica, sans-serif }
td.row1 { background-color: #C6E4FD; }
.postdetails { font-size : 10px; color : #000000; }
.gen { color : #000000; }
.forumline { background-color: #3399FF; border: 2px #FF3083 solid; }
th.thTop {
font-weight: bold; border: #3399FF; border-style: solid; height: 28px;
}
th.thTop { border-width: 1px 0px 0px 0px; }
td.catBottom {
background-image: url('http://www.marketing-factum.de/homesweethome/templates/subSilver/images/cellpic1.gif');
background-color:#FF0983; border: medium solid #E5E5E5; height: 28px
}
td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
td.catBottom { border-width: 0px 1px 1px 1px; }
.genmed { font-size : 11px; }
.genmed { color : #000000; }
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
-->
</style>
</head>
<body>
<span class="gensmall">
<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<tr>
<td align="right" style="font-family: Verdana, Arial, Helvetica, sans-serif">
</td>
</tr>
</table>
<!-- gb -->
<table class="forumline" cellSpacing="1" cellPadding="3" width="100%" align="center" border="0">
<tr>
<th class="thTop" colSpan="3" height="19"><a name="gb">Gästebuch von nuMarc
</a></th>
</tr>
<tr>
<td class="catBottom" align="middle" width="143" colSpan="2" height="21"><b>
<span class="gen">Autor</span></b></td>
<td class="catBottom" align="middle" height="21"><b><span class="gen">
Einträge</span></b></td>
</tr>
<tr>
<td class="row1" align="middle" colSpan="3" height="19"><b>
<span class="genmed">bislang keine Einträge.</span></b></td>
</tr>
<tr>
<td class="row1" vAlign="center" noWrap align="left" width="143" colSpan="2" height="30">
<p align="center">1</td>
</span>
<td class="row1" vAlign="center" align="right" height="30">
<span class="genmed">2</span></td>
</tr>
<span class="gensmall">
<tr>
<td class="catBottom" colSpan="3" height="19"><span class="nav">
<a class="nav" href="#gb">Nach oben</a></span></td>
</tr>
</table>
<div align="center">
<span class="copyright"><br>
</span></div>
</span>
</body>
</html>