Einzelnen Beitrag anzeigen
  #6  
Alt 11.08.2006, 15:25:22
Andes Andes ist offline
Member
 
Registriert seit: Jun 2006
Ort: Bayern
Alter: 56
Beiträge: 930
AW: Wer kann helfen ?????

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>
__________________
Grüße Andes
Mit Zitat antworten