versuchs mal so

Code: Alles auswählen
<html>
<head>
<title>frieder's homepage</title>
<style>
.eins {
background-image: url(bg.jpg);
background-repeat: no-repeat;
}
.font1 {
font-family: Verdana, Helvetica, Times;
color: #FFFFFF;
font-size: 13px;
font-weight: normal;
text-decorations: none;
text align: left;
}
</style>
</head>
<body bgcolor="#000000">
<img src="banner.jpg"><br />
<table class="eins" height="700" width="700">
<tr>
<td><span class="font1">Test...</span></td>
</tr>
</table>
</body>
</html>