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

Zitat:
Zitat von Andes
Dies wäre eine Möglichkeit, bei der nur das obere Bild eingesetzt wird.
Da es als Hintergrundbild verwendet wird kannst du nun auch noch ein Titel einsetzen.

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
		<title>Unbenannte Seite</title>
		<style type="text/css">
		.bgbild { 
			background-image:url(obenneu.jpg); /* Pfad zum Bild anpassen */
			background-repeat:no-repeat;
			height:22px;
		}
		
		.bleftright {
			border-left:1px solid #a8abb4;
			border-right:1px solid #a8abb4;
		}
		
		.bbottom {
			border-bottom:1px solid #a8abb4;
		}	
		</style>
	</head>

	<body>
		<table width="420" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td class="bgbild">&nbsp;</td>
			</tr>
			<tr height="420">
				<td class="bleftright">
				&nbsp;
				</td>
			</tr>
			<tr>
				<td class="bbottom bleftright">
				&nbsp;
				</td>
			</tr>
		</table>
	</body>

</html>




Hallo

Super genau so habe ich mir das vorgestellt.

Jetzt habe ich doch noch ein Problem. Ich muß folgenden Inhalt da rein bekommen................................



<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>


</tr>';

}

?>




Wenn Du mir da noch helfen könntes dann hast Du einen Anfänger sehr glücklich gemacht...

Danke im voraus
Mit Zitat antworten