This is a discussion on "how to divide page in html" within the Web Page Design section. This forum, and the thread "how to divide page in html are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
how to divide page in html
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
how to divide page in html
please help me in html code.how to divide html pages/frames in html.please help me in html code
|
|
#2
|
|||
|
|||
|
Re: how to divide page in html
u can create frames by using frameset code.
|
|
#3
|
||||
|
||||
|
Re: how to divide page in html
<div class="colLeft">Enter Content Here For Left Column</div> <div class="colMid">Enter Content Here For Main Content</div>
Then add some css such as: .colLeft { width: 200px } .colMid { width: 500px; }
__________________
Hampshire Web Design -UK Hosting & Web Design - 0208 144 5083 CubeCartSkins.net - Templates & Mods for CubeCart
Last Blog Entry: Essential Guide To Choosing a Hosting Provider (Jul 25th, 2008)
|
|
#4
|
|||
|
|||
|
Re: how to divide page in html
More appropriately, could you elaborate on what you mean exactly by "divide" the page?
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 |
| How to convert HTML Page to PDF in ASP.net, C#.net | Jagdish | ASP.NET Forum | 8 | Dec 1st, 2008 13:15 |
| Linking to an html page | rusty149 | Web Page Design | 1 | Feb 4th, 2008 11:34 |
| Open xml in new html page | kingfrank | JavaScript Forum | 3 | Apr 4th, 2007 12:26 |
| Put a layer over .swf on a html page | peebman2000 | Flash & Multimedia Forum | 0 | Feb 22nd, 2007 14:53 |
| Putting css in an html page. | masonbarge | Web Page Design | 27 | Feb 7th, 2007 23:28 |