catanya2006: homepageaufbau

hallo alle

habe folgendes problem, bisher habe ich immer nur 1 ligaseite verwaltet und umgebaut, die ich in 2 einzelteilen hochladen musste links und rechts.

nun möchte ich mir meine eigene hompage bauen und stehe vor dem problem links ist eine tabelle, wenn ich auf der mitte oder rechts in der seilte ein bild einbauen möchte in höhe der tabelle zerstückelt er mir die Tabelle in der grösse des Bildes.

also meine frage ist wie kann ich ein bild auf die rechte Seite bekommen ohne das meine Tabelle links zerstört wird.
ich arbeite mit phase 5
nun hier ein beispiel damit ihr seht was ich meine.

HTML>
<head>

</head><body background="http://www.sro.at/bildupload/images/Muster_36.jpg
"

<title></title>

<style>
<!--
BODY {
scrollbar-face-color:#0000CD;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFF00;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#0000CD;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#0000CD;
}

-->

</style>

</td> <td width="10%<"><p align="center"><img src="http://www.sro.at/bildupload/images/willk.gif"></p>

<meta name="author" content="Katharina">
</head>
<body text="HERZLICH WILLKOMMEN AUF MEINER SEITE" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">

</a></p>
</td>
</tr>
</body>
</html><table >
<tr>
</td>
</tr>
<tr>
 <td>LIGA </td>
</tr>

<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td> LIGA</td>
</tr>
<tr>
 <td> LIGA</td>
</tr>
<t<table border="0" width="100%">
<tr>
<td width="50%"><p align="center"><img
src="http://www.sro.at/bildupload/images/pergolavondaja6wl.gif" height="300"></p>

<tr>
 <td>LIGA

</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
<b<body>

<style> <td width=">10%<"><p align="center"><img src="http://www.sro.at/bildupload/images/willk.gif"
</p></style>

</</body>

</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td>LIGA </td>
</tr>
<tr>
 <td> </td>
</tr>
</table>

  1. Hallo catanya2006,

    also meine frage ist wie kann ich ein bild auf die rechte Seite bekommen ohne das meine Tabelle links zerstört wird.
    ich arbeite mit phase 5

    Sehr löblich, damit stehen die Chancen gar nicht schlecht, dass du HTML-Code demnächst sogar zu verstehen lernst.

    Im Moment ist das aber wohl noch nicht der Fall, denn ich zähle in deinem Dokument insgesamt drei BODY-Elemente (erlaubt und geboten ist genau eines) sowie TABLE-Elemente, die teilweise im HEAD stehen, teilweise nach dem letzten BODY-Element.

    Die Sache mit dem Bild, das deine Tabelle zerreißt, ist dabei wohl das geringste Übel.

    Darauf kommen wir dann zurück, wenn du Grundsätzliches beherzigt hast:

    http://de.selfhtml.org/html/allgemein/grundgeruest.htm

    Vielleicht löst sich das Problem ja dann auch von SELFst, wenn du erst einmal angefangen hast zu lesen.

    Gruß Gernot