gebbers: Textfeld?

Beitrag lesen

Hi, ich habe ein wenig an einer Seite rumgebastelt und komme nun nicht mehr weiter.
Bis jetzt steht der Banner, und das Navi(dieses ist nicht nicht programmiert stellt aber kein Problem da)
Nun soll neben das Navi noch Text, also nicht untereinander, wie schaffe ich das?
Hier mal der Code:

<!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=utf-8" />
<title>Untitled Document</title>
<style type="text/css">

.body1 { margin-left:20%; margin-right:80%; margin-top:0%;  }
.body2 { margin-left:30%; margin-right:80%; margin-top:0%; line-height:80%;   }
.style1 {
 font-family: "Bell Gothic Std Light";
 color: #BABABA;
 font-weight: bold;
 font-size: 24px;
}
</style>
</head>

<body>
<div align="center" class="body1"><img src="banner.jpg" width="708" height="188" alt="Banner" /></div>
<div class="body1">
<p class="style1">Home</p>
<p class="style1">News</p>
<p class="style1">Programm</p>
<p class="style1">Teilnehmer</p>
<p class="style1">Kontakt</p>
</div>
<div class="body2">
<p class="style1">ewiohgerozheprhoktrjprtküjrtjpk</p>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#A050A0">
  <colgroup>
    <col width="200">
    <col>
  </colgroup>
    <td valign="top" bgcolor="#FFFFFF">
      <table border="0" align="center" cellpadding="10" cellspacing="0">
        <tr>
          <td width="460">
            <h2>Worum geht es hier eigentlich?</h2>
            <p>Ach, um Web-Design, halt das Übliche.</p>
            <p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p>
            <p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p><p>viel Inhalt</p>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

Die Tabelle, oder der 2 Text sollen auf der selben Höhe neben "Home" starten.
Achso, möglichst mit % arbeiten damits auch für andere Seiten klappt, danke schon mal ;)