Jump to content
  • 0

фреймы. как создать такую верстку?


oziris
 Share

Question

здравствуйте. сразу извиняюсь за мусор, но самостоятельно решить эту задачу я уже отчаялся.

вобщем мне надо создать страницу с из фреймов которая будет выглядеть так, как на рисунке.

frame.jpg

я сам никогда не пользовался фреймами, разве что iframe, да и не собираюсь пользоваться в будущем, но это задание мне выполнить необходимо. как я только не изворачивался, не получается и все.

может кто знает онлайновый генератор фреймов или программку, мне бы только задание выполнить.

спасибо.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Учите читайте Frameset и Frame

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
<title>
Фреймы мазафака
</title>
</head>
<frameset cols="150,*" border="1">
<frame name="menu" scrolling="auto" src="frame1.html">
<frameset rows="*, 150" border="1">
<frameset cols="*, 150" border="1">
<frame name="main" scrolling="auto" src="frame2.html">
<frame name="left" scrolling="auto" src="frame3.html">
</frameset>
<frame name="footer" scrolling="auto" src="frame4.html">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy