awertes: blödes iFrame will nicht so wie ich will. HELP me!

Beitrag lesen

Hallo

Es funktioniert weder im IE noch im Moziall Browser.
Hier mal ein Stück Quelltext:

So in etwa sieht Quelltext bei mir aus:

<!-- Main -->

<table border="0" cellpadding="0" cellspacing="0" width="800">
  <tr>
     <center>
        <td width="800" height="350">

<iframe src="./test.html" name="guestbook" width="800"
         height="350" target="_self" scrolling="auto"
         marginheight="0" marginwidth="0" frameborder="0">
         <p> Ihr Browser kann leider ....
         <a href="./test.html">SELFHTML"</a></p>
         </iframe>

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

<!-- End of Main -->

Ich habe hierbei ein Table um das iFrame generiet und alle größe im Table und im iFrame explizit eingegeben. zu mindest im IE 6 funzt es bei mir!

Ich bin gerade am selben Thema!

Vieleich ist das ja eine kleine Hilfe!

der awertes