Wie kann ich meine Website mit vielen Tables fixieren?

  • Moin Leudz,
    Also ich habe eine Seite mit genau 5 Tables. Jedoch reicht schon eine Explorer Werkzeug leiste, um die Tables alle zu verschieben. Dadurch ist die ganze Site zu deutsch gesagt fürn Arsch. Also bei einer Auflösung von 1024x768, ist die Site meist perfekt. Wie bekomme ich es hin, dass die Tables nicht verschiebbar sind & die Größe des Fenster nicht veränderbar?

    Danke
    Mo

  • <body background="bg.jpg" onLoad="window.resizeTo(1024,768)" resizable="no">

    <table width="645" height="562" align="center" valign="top" border="0">
    <tr>
    <td>

    <table width="355" height="296" border="0" valign="top">
    <tr>
    <td>
    </td>
    </tr>
    </table>

    <table width="350" height="207" border="0">
    <tr>
    <td>

    <map name="Mapshop">
    <area shape="rect" coords="180,65,215,93" href="navi2.php" target="navi2"
    onMouseOver="Bildwechsel(0,Highlight1)" onMouseOut="Bildwechsel(0,Normal1)" alt="Die Band">
    <area shape="rect" coords="224,83,259,110" href="index2.php"
    onMouseOver="Bildwechsel(0,Highlight2)" onMouseOut="Bildwechsel(0,Normal2)" alt="Audio">
    <area shape="rect" coords="135,92,170,117" href="index3.php"
    onMouseOver="Bildwechsel(0,Highlight3)" onMouseOut="Bildwechsel(0,Normal3)" alt="Gästebuch">
    <area shape="rect" coords="179,109,213,139" href="index4.php"
    onMouseOver="Bildwechsel(0,Highlight4)" onMouseOut="Bildwechsel(0,Normal4)" alt="Photos">
    </map>
    </td>
    </tr>
    </table>

    <table width="355" height="54" border="0" valign="bottom">
    <tr>
    <td>
    </td>
    </tr>
    </table>

    </td>

    <td>
    <table width="291" height="106" border="0" valign="top">
    <tr>
    <td>
    <i-frame bgcolor="#000000" src="knbg6.jpg" name="navi2" width="291" height="101" marginheight="0" marginwidth="0"
    frameborder="0" scrolling="no">
    </iframe>
    </td>
    </tr>
    </table>

    <table width="291" height="390" border="0">
    <tr>
    <td>
    <i-frame bgcolor="#000000" src="news.php" name="content" width="291" height="390" marginheight="0" marginwidth="0"
    frameborder="0" scrolling="auto">
    </iframe>
    </td>
    </tr>
    </table>

    <table width="291" height="42" border="0" valign="bottom">
    <tr>
    <td>
    <font face="tahoma,helvetica" size="2" color="#ffffff">
    <marquee>

    </marquee>
    </font>
    </td>
    </tr>
    </table>

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