Einzelnen Beitrag anzeigen
  #3  
Alt 11.08.2006, 13:50:50
kochmuetze kochmuetze ist offline
Anfänger
 
Registriert seit: Aug 2006
Beiträge: 16
AW: Wer kann helfen ?????

Zitat:
Zitat von Andes
Hast du mal ein Beispiel wo man dies sehen kann oder HTML-Code? Soll das Image den linken und rechten Rand der Tabelle darstellen?
Hallo,

ja es soll den Rand dastellen.....hier mal der Code:

</head>
<body class="$cbs[bodyclass]">
<table width="420" border="1" valign="top" align="center" cellpadding="0" cellspacing="0">

</table>
<tr>
<td colspan="3"
<div align="center">
<img src="http://obenneu.jpg" alt="" height="22" width="420" border="0" /></div>

</tr>
<tr>
<td rowspan="2">

</td>
<td><?php
if(empty($cbs['menurubrik']) || $cbs['menurubrik'] != "Profil") {

$phpoutput = '
<table border="0" cellpadding="0" cellspacing="0" width="420">








</table>
';

}


if(!empty($cbs['display_menu_reiter'])) {
$phpoutput .= $cbs['display_menu_reiter'];
}

?></td>
<td rowspan="2"></td>
</tr>
<tr>
<td><?php

$phpoutput .= $tpv_karte_main_base;

?>
</td>
</tr>
<?php
if(empty($cbs['menurubrik']) || $cbs['menurubrik'] != "Profil") {

$phpoutput = '
<tr>
<td colspan="3">
<div align="center" class="my" width="420"><a href="$cbs[instverz]/navigate.php?navigateordner=miscellaneous&navigatefile=impressum" target="_self" title="Hier geht es zum Impressum"><font class="seitentitel1b">Impressum</font></a><a href="$cbs[instverz]/navigate.php?navigateordner=miscellaneous&navigatefile=terms_of_use" target="_self" title="Hier k&ouml;nnen Sie unsere AGB einsehen"><font class="seitentitel1b"> &bull; AGB</font></a><a href="$cbs[instverz]/help/help_base.php?hilfe=3&profilstep=2" target="_self" title="Hier geht es zu unseren Kontakt-Daten"><font class="seitentitel1b"> &bull; Kontakt</font></a> <a href=javascript:profile("'.$cbs['instverz'].'/help/frameset.php","hilfe","640","400")><font class="seitentitel1b"> &bull; Hilfe</font></a> <a href="$cbs[instverz]/navigate.php?navigateordner=miscellaneous&navigatefile=privacy_policy" target="_self" title="Hier gibt es Informationen zum Datenschutz"><font class="seitentitel1b"> &bull; Datenschutz</font></a></td>
</tr>
<tr>
<td colspan="3">
<div align="left">
<img src="http://gfx/randunten.gif" alt="" height="1" width="420" border="0" /></div>

</tr>';

}

?>

</table>
</body>
Mit Zitat antworten