Daniel: HILFE:...Dringend. ABstand innerhalb eines Rahmens

Beitrag lesen

Hallo zusammmen!

Ich verzweifle gerade an folgender Aufgabe:
Folgender Code liegt mir vor:
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Sonnet---Solution for 6.3</title>

<style type="text/css">

body {
background-color:
black
}

h1,h2{
 background-color: Black;
 margin-top: 20px;
 margin-left: 20px;
 font-family: Geneva, Arial, Helvetica, san-serif;
 font-size: 20px;
 font-style: normal;
 color: #FFFFFF;

margin-bottom: 20px;
 position: static;

left: 30px;
 clip: rect( );
 border: 2px outset #FFFFFF;
 width: 400px;
 background : Blue;
 border-bottom : 2px outset White;
 border-bottom-width : 2px;
 border-color : White White White White;
 border-left : 2px outset White;
 border-left-width : 2px;
 border-right : 2px;
}

h2{
font-weight: bold;
font-size: 20pt;
color: white;
font-family: helvetica;

}

h1 {
color: white;

}

p { font-weight: bold}

h1 {
font-weight: bold;
font-size: 14pt;
font-family: times;
}

</style>

</head>

<sonnet author="Shakespeare">

<h2>Sonnet---Solution for 6.3</h2>
<h1 class="Sonnet">

<p>Look in thy glass and tell the face thou viewest</p>
  <p>Now is the time that face should form another;</p>
  <p>Whose fresh repair if now thou not renewest,</p>
  <p>Thou dost beguile the world, unbless some mother.</p>
  <p>For where is she so fair whose unear'd womb</p>
  <p>Disdains the tillage of thy husbandry?</p>
  <p>Or who is he so fond will be the tomb,</p>
  <p>Of his self-love to stop posterity?</p>
  <p>Thou art thy mother's glass and she in thee</p>
  <p>Calls back the lovely April of her prime;</p>
  <p>So thou through windows of thine age shalt see,</p>
  <p>Despite of wrinkles this thy golden time.</p>
  <p>But if thou live, remember'd not to be,</p>
  <p>Die single and thine image dies with thee.</p>
</h1>

</html>
<body>

Nun habe ich das Problem, dass es nicht möglich ist, zwischen dem Rahmen der Tabelle und dem <h2> einen Abstand von 20px einzufügen.
Das gleiche Problem habe ich bei dem Abstand zur linken Seite der Tabelle (Rahmens).
Weiß jemand zufällig den genauen Syntax, den ich hier jetzt einfügen muss?

Danke im Voraus.
Gruß Daniel