Hallo liebe html´er,
ich habe ein kleines Problem mit einer Tabelle.
Ich wollte unter der vertikalen Reihe eine 2. Reihe einfügen aber leider bekomme ich das icht so ganz hin :(
Hier erstmal der Code:
Ich habe es mit
probiert allerdings ohne Erfolg. Die 2. Die Reihe soll wie die erste komplett durch gehen.
Vielleicht weiß jemand wo es hapert und kann helfen.
Gruß
ich habe ein kleines Problem mit einer Tabelle.
Ich wollte unter der vertikalen Reihe eine 2. Reihe einfügen aber leider bekomme ich das icht so ganz hin :(
Hier erstmal der Code:
HTML:
<br>
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="1" width="15%" style="border-collapse: collapse">
<thead>
<tr>
<if condition="$vboptions[MARCO1_border]">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('MARCO1_system')"><img id="collapseimg_MARCO1_system" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_MARCO1_system].gif" alt="" border="0" /></a>$vboptions[MARCO1_Forum_name]</td>
<td class="tcat" align="center" height="15">Test</td>
<tbody id="collapseobj_MARCO1_system" style="$vbcollapse[collapseobj_MARCO1_system]">
</if>
</tr>
</thead>
<tr>
<td class="alt2">
<p align="center">
<a href="{$vboptions['MARCO1_Siteurl']}" target="_blank" >
<img border="0" img title="{$vboptions['MARCO1_Siteinfo']}" src="{$vboptions['MARCO1_Sitepic']}" width="290" height="50"></a></p></td>
<td class="alt1">
<p align="center">
<p align="center">
<a href="{$vboptions['MARCO1_Siteurl2']}" target="_blank" >
<img border="0" img title="{$vboptions['MARCO1_Siteinfo2']}" src="{$vboptions['MARCO1_Sitepic2']}" width="290" height="50"></a></p></td>
<td class="alt1">
<p align="center">
<p align="center">
<a href="{$vboptions['MARCO1_Siteurl3']}" target="_blank" >
<img border="0" img title="{$vboptions['MARCO1_Siteinfo3']}" src="{$vboptions['MARCO1_Sitepic3']}" width="290" height="50"></a></p></td>
<td class="alt1">
<p align="center">
<p align="center">
<a href="{$vboptions['MARCO1_Siteurl4']}" target="_blank" >
<img border="0" img title="{$vboptions['MARCO1_Siteinfo4']}" src="{$vboptions['MARCO1_Sitepic4']}" width="290" height="50"></a></p>
</td>
</table>
</div>
<br>
HTML:
<td class="tcat" colspan="4" rowspan="2" align="center" height="20">
Vielleicht weiß jemand wo es hapert und kann helfen.
Gruß