11717

Layoutvorlagen für Webseiten

Moin,

Frage: gibt es Layoutvorlagen für Webseiten (mit Frames)?

Also z.B.:

<html>
<head>
<title>Willkommen auf meiner Homepage</title>
</head>
<frameset rows="100,*" border="0">  
<frame src="head.html" name="Header" scrolling="no" />  
<frameset cols="200,*" border="0">  
<frame src="navigation.html" name="Navi" scrolling="no"/>  
<frame src="start.html" name="Inhalt" />  
</frameset>
</html>

lg
pcsüchtig
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 35225

Url: https://administrator.de/forum/layoutvorlagen-fuer-webseiten-35225.html

Ausgedruckt am: 17.05.2025 um 22:05 Uhr

EvilMoe
EvilMoe 02.07.2006 um 09:09:38 Uhr
Goto Top
11717
11717 02.07.2006 um 09:41:00 Uhr
Goto Top
Danke, du hast sehr weitergeholfen!!
ghofmann
ghofmann 02.07.2006 um 11:33:22 Uhr
Goto Top