Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

hallo erstmal,

ich hab da ein prob mit frames. ich will die site in 4 teile aufteilen:

erstmal den bereich oben horizontal in 20,80 aufteilen, den unteren teil dann vertikal in 3 teile, 20,60,20!

ich habe gestern ewig daran rumgemacht, jedoch nur den ersten frame hinbekommen.....fragt sich nur wie ich die anderen 3 hinbekomme!?

danke schonmal im voraus!

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<frameset rows="80,*" frameborder="0" border="0" framespacing="0">

<frame name="topFrame" scrolling="NO" noresize src="4.htm" >

<frameset frameborder="0" border="0" framespacing="0" rows="*">

<frameset cols="131,*" frameborder="0" border="0" framespacing="0">

<frame name="leftFrame" scrolling="NO" noresize src="3.htm">

<frameset frameborder="0" border="0" framespacing="0" rows="*">

<frameset cols="*,155" frameborder="0" border="0" framespacing="0">

<frame name="mainFrame" src="2.htm">

<frame name="rightFrame" scrolling="NO" noresize src="1.htm">

</frameset>

</frameset>

</frameset>

</frameset>

<noframes>

<body bgcolor="#FFFFFF" text="#000000">

</body>

</noframes>

</frameset>

<frameset>

<noframes>

<body bgcolor="#FFFFFF" text="#000000">

</body>

</noframes>

</frameset>

</html>

Du musst natürlich noch die Seiten bestimmen ich hab sie hier mit 1,2,3 und 4 angegeben. Natürlich musst du auch noch die Breiten bzw. die Höhen bestimmen!

Einfacher geht es so:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"

   "http://www.w3.org/TR/html4/frameset.dtd">


<html>

<head>

<title></title>

</head>

<frameset rows="20%,80%" frameborder="0" border="0" framespacing="0"> 

<frame name="topFrame" scrolling="NO" noresize src="4.htm" >

<frameset cols="20%,60%,20%" frameborder="0" border="0" framespacing="0"> 

<frame name="leftFrame" scrolling="NO" noresize src="3.htm">

<frame name="mainFrame" src="2.htm">

<frame name="rightFrame" scrolling="NO" noresize src="1.htm">

</frameset>

</frameset>

</html>

Und nicht vergessen, einen title zu vergeben ;)

Evil

Versuchs doch mal mit Frontpage! :D :D :D

Ich kenn eine Werbeagentur die wirklich mit Frontpage arbeitet! Ist kaum zu glauben aber wahr!

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.