Winnipuuh: Tabellen größe anpassen

Beitrag lesen

hallo, ich habe nun 1 woche damit verbracht eine hp mit tabellen aufzubaun ... so weit so gut nun hab ich aber ein problem das ich nicht zu lösen vermag ....

Ich benutze tables als umrandung (zur zentrierung) auf meiner seite die mittel tabele besteht auf der linken seite aus vielen kleinen tabellen in denen grafiken sind dahinter ein hauptteil der die zellen mit rowspan verbindet ind diesen teil den ich mit iframe eingebunden habe lade ich z.b. eine news seite rein die klar.. höher ist als die navigations zellen insgesammt zusammen sind .... nun erschaeint auf dem hauptteil ein scrollleiste die ich aber eigentlich nicht haben möchte da diese tabelle ja dünamisch ist ???

ich habe es schon mit einer dummy zelle auf der linken seite versucht aber irgendwie funktioniert das alles nicht ich poste unten mein html code rein :

<table class="aussen" border="0" bgcolor="#000000" style="border-collapse:collapse" cellspacing="0" cellpadding="0" margin-right:0px; margin-bottom:0px>
<tr bgcolor="#000000">
<td bgcolor="#000000">
</td>
</tr>

<tr bgcolor="#000000">
<td bgcolor="#000000">
</td>

<td align="center">
<table class="innen" border="0" bgcolor="#000000" style="border-collapse:collapse" cellspacing="0" cellpadding="0" width="1250" margin-right:0px;margin-bottom:0px
scroling="no">

<tr bgcolor="#000000">
 <th colspan="3" background="/lucky-soldiers/NAMTEAMTOP.jpg" width="1250" height="266" align=left>
   </th>
</tr>
<tr>
<td width="215" height="28">

<a href="corenews2/news2.php" target="hauptframe"
   onMouseOver="Bildwechsel(0,Highlight1)"
   onMouseOut="Bildwechsel(0,Normal1)"><img src="BUTTONS/MAIN.jpg" width="215" height="28" border="0" alt="Home"></a><br>
</td>
            <th rowspan="16">
<iframe src="corenews2/news2.php" name="hauptframe" width="820" height="100%" valign="top" marginheight="0" marginwidth="0"  frameborder="0" style="border-collapse:collapse" cellspacing="5"
cellpadding="0" margin-right:0px;margin-bottom:0px scroling="no">
</iframe>
 </th>
                        <th rowspan="16">
                                Zeile 2 3. Spalte
                        </th>
</tr>
<tr>
        <td width="215" height="28">
<a href="javascript:ZweiFrames('members/member.html','hauptframe','AREAFIELDS/MEMBERSAREA.jpg','areafields')" onMouseOver="Bildwechsel(1,Highlight2)"
onMouseOut="Bildwechsel(1,Normal2)"><img src="BUTTONS/MEMBERS.jpg" width="215" height="28" border="0" alt="Home"></a><br>
</td>
</tr>
<tr>
<td width="215" height="28">
<a href="javascript:ZweiFrames('aboutls/aboutls.html','hauptframe','AREAFIELDS/ABOUTLSAREA.jpg','areafields')" onMouseOver="Bildwechsel(2,Highlight3)"
onMouseOut="Bildwechsel(2,Normal3)"><img
src="BUTTONS/ABOUTLS.jpg" width="215" height="28" border="0" alt="Home"></a><br>

</td>
</tr>

<tr>

<td width="215" height="28">

<a href="rules/rules.html" target="hauptframe"
   onMouseOver="Bildwechsel(3,Highlight4)"
   onMouseOut="Bildwechsel(3,Normal4)"><img src="BUTTONS/RULES.jpg" width="215" height="28" border="0" alt="Home"></a><br>

</td>
</tr>
-------- schnipp----
<a href="gameinfo/gameinfo.html" target="hauptframe"
   onMouseOver="Bildwechsel(14,Highlight15)"
   onMouseOut="Bildwechsel(14,Normal15)"><img src="BUTTONS/GAMEINFO.jpg" width="215" height="28" border="0" alt="Home"></a><br>
</td>
</tr>
<tr>
<td height="100%">
</td>
</tr>
<tr>
<th colspan="3" height="290" background="/lucky-soldiers/NAMTEAMBOTTOM.jpg" width="1250" align=left>
        </th>
</tr>
</td>
<td bgcolor="#000000">
</td>
</tr>
<td bgcolor="#000000">
</td>
</tr>

<tr bgcolor="#000000">
<td bgcolor="#000000">
</td>
</tr>
</table>

ich hoffe da blickt einer von euch durch ich gebe auch mal die url der Seite an da könnt ihr euch das auch life anschaun ;-)

http://62.141.41.21/lucky-soldiers/index.html

dank schon mal im vorraus

Winni