Shooter2k Erfahrenes Mitglied 23. August 2005 #1 Hallo Forum, ich möchte gerne innerhalb einer Tabelle ein inner frame einfügen da oberhalb und unterhalb sich schaltflächen befinden. Kann mir jemand dazu ein beispiel zeigen ? Danke gruß henry
Hallo Forum, ich möchte gerne innerhalb einer Tabelle ein inner frame einfügen da oberhalb und unterhalb sich schaltflächen befinden. Kann mir jemand dazu ein beispiel zeigen ? Danke gruß henry
Gottox Erfahrenes Mitglied 24. August 2005 #2 Es heisst Inline Frame... Code: <table ...> <tr> <td> <b>LINKS</b> </td> <td> <iframe src="blub.html" name="dadada" width="200" height="100"></iframe> </td> <td> <b>RECHTS</b> </td> </tr> </table>
Es heisst Inline Frame... Code: <table ...> <tr> <td> <b>LINKS</b> </td> <td> <iframe src="blub.html" name="dadada" width="200" height="100"></iframe> </td> <td> <b>RECHTS</b> </td> </tr> </table>