 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
okashah
Joined: 03 May 2009
Posts: 1
|
| Posted: Sun May 03, 2009 10:11 am i need a frame help |
|
|
sir i want a codes of frame.
i which frame contains
2 rows
in upper row which contain 2 cols 25% and 75%
and in 2ne row we have 50% division of that row.
plz do this frmae for guys it rwally important for me... |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA
|
| Posted: Sun May 03, 2009 1:03 pm |
|
|
So it sounds like you want four frames? Keep in mind frames are horrible for creating a website (building a site with frames) - there is really no good reason to use frames.
But if I read your question properly, and you are wanting four windows
Code: <!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-1252">
<title>New Page 1</title>
</head>
<frameset rows="64,*">
<frameset cols="25%,75%">
<frame name="frameone" scrolling="no" noresize target="main">
<frame name="frametwo" scrolling="auto">
</frameset>
<frameset cols="50%,50%">
<frame name="framethree" scrolling="auto">
<frame name="framefour">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
If that's not the way you meant, maybe provide the code as a table to help out a bit more.
_________________
Corey
Toll Free Numbers | Mile High Merchant Accounts | Expression Web Blog |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|