Hi,
irgendwie bekomme ich das nicht gebacken.
Bei folgendem Quellcode erscheint der hintergrund des jeweiligen Textes sehr breit.
So breit, dass es das eigentlich Design der Seite stört.
Wie kann ich dies entsprechend unterbinden bzw. auf eine bestimmte breite formatieren?
<html xmlns="http://www.w3.org/1999/html">
<head>
<title>Dube Homepage</title>
<base target="_self">
<style type="text/css">
<!--
body { text-decoration:none; color:#12295A; }
table { border: 2px; border-color:#E5EAF6; border-collapse: collapse}
h1 {background-color: #E5EAF6; }
h2 {background-color: #12295A; color: #E5EAF6 }
a:link { text-decoration:underlined; font-weight:bold; color:#12295A; }
a:visited { text-decoration:underlined; font-weight:bold; color:#12295A; }
a:hover { text-decoration:underlined; font-weight:bold; background-color:#E5EAF6; }
a:active { text-decoration:underlined; font-weight:bold; background-color:#7992C9; }
-->
</style>
</head>
<body topmargin="0" leftmargin="0" background="images/bg_main.jpg">
<blockquote>
<p></p>
<h1>Aktuelle Termine und Veranstaltungen. </h1>
<h2>31.12.03 ~ 02.01.04 Silvesterparty in der Bude.</h2>
<br><p> Demnächst mehr.</p>
</blockquote>
</body>
</html>
Gruss Matze