This is a discussion on "Source code for html" within the Web Page Design section. This forum, and the thread "Source code for html are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Source code for html
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
to divide html pages into frame by using <frameset> code,
But i dont know how to divide again rows into two parts. |
|
#2
|
||||
|
||||
|
Re: Source code for html
Please can you rephrase that? I'm not entirely sure what you mean.
|
|
#3
|
|||
|
|||
|
Re: Source code for html
Do you want a page made up of 3 horizontal frames? How's this:
<frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0"> <frame src="/top.htm" name="topFrame" scrolling="NO" noresize > <frame src="/middle.htm" name="mainFrame"> <frame src="/bottom.htm" name="bottomFrame" scrolling="NO" noresize> </frameset> |
|
#4
|
|||
|
|||
|
Re: Source code for html
I am thinking there may be a confusion with terms in this case. While leo's example is correct I would suggest avoiding frames entirely. Could you elaborate more on what exactly you are trying to achieve or perhaps a link to an example that is similar to your desired result?
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| getting source code of a page | mikedikta | JavaScript Forum | 2 | Oct 14th, 2007 19:39 |
| New user wants to lock source code html | gone fishing | Web Page Design | 30 | Nov 7th, 2006 01:33 |
| Can somebody give me the code to hide the source code? | renren | JavaScript Forum | 7 | Mar 7th, 2006 13:27 |
| Viewing source code?? | autumn_whispers2me | Web Page Design | 4 | Feb 14th, 2005 18:40 |
| need help-source code | ayus_82 | ASP.NET Forum | 1 | Sep 20th, 2004 08:48 |