Hi Guys, How we can design 3 col web site with header and footer too. Please help with the codes. thankd.
To design in 3 columns please use float:left So the first column will have float:left and align to the left, the second one will have float:left and appears in the middle and the third again float:left and will appear inmediatly next to the second one. Hope it helps!
What about if we want to put two more cold just right down the 3 col we created? and how apply bgcolor to them? I know The point you explain me about; float left is very important for multiple cols and I appreciate it. Actualy what is the Structure of a Page? Like if we design in front page we have to put a Main table first for whole page and then other tables for the sections. So, the wrapper means: whole body of the page or like main table? Container means whole page? I am very confused.Althogh I am able to put 3 col page but I didn't understand how is the structure works? I tried to put 3 more cold right under the 3 cols but can't do. Why we don't have to use col height? can we fixed each cols width? I feel that using % is more better but some time we need to fix the width. What would be the effect on other col if we fixed width of one or two of them by using pixel instead of %? Can you give me the simple formula how the cols works? and what if we want to leave 10% margin each side of the page?
It has become obvious that your knowledge base is insufficient in html and css. Please work your way through some tutorials so you will learn the basics. Start with those at htmldog.com Then, follow the link I gave you. There are plenty of layout examples, complete with code. No one method works for every need; you will have to learn a variety, so you can apply the most appropriate for a given case. gary
Dear Gary, Thanks for advice. You are right I am new learner.I almost understand the Html and Css and I also understand a bit how we can create two col and three cols but I am still confused how the structer works, I try to figure out visiting many tutorial sites but I cant get control over the laout of Cols. There is not good site which explain how the Page sturcter works if we use the cols. I understand the float feature is important in creating cols. I want to get full controll on the Layout of the page. Html is so easy and I believe if I understand the stucter of a col then I would be able to create a top design site. How is layout possible using with Div.?