Well then what do you suggest me to layout the page? I have worked with HTML and CSS.. Need suggestions as how to do...
I typically work up a complete CSS/HTML layout, tested in multiple browsers then apply it to my master page. Basically the header, navigation, content area(s), footer.
girizh
Member
302 Points
404 Posts
Best way to create pages ?
May 04, 2012 06:02 PM|LINK
I created masterpage using only Navigation Menu Bar and Company Logo (Using <ul> <li> tags under a single <div>)
Well, now I really need many ideas as how to create other pages.. I find it very very difficult to align the contents in pages.
I saw in one site where it was mentioned using "Tables" (using tr tags) . And many have told to use "Div" tags.
Please suggest me with ideas and stuffs to get them.
Many Thanks
Mark As Answer if it helps you :)
DarthSwian
Star
12771 Points
2361 Posts
Re: Best way to create pages ?
May 04, 2012 06:09 PM|LINK
Don't use tables for layout, thats totally obsolete.
You need to have a solid grasp of html and css to expect to be able to layout a page well.
Seek and ye shall find or http://lmgtfy.com/
cyoung311
Member
651 Points
210 Posts
Re: Best way to create pages ?
May 04, 2012 06:11 PM|LINK
Check out 960.gs and spend a few minutes looking at the doc supplied...
Nullum gratuitum prandium
girizh
Member
302 Points
404 Posts
Re: Best way to create pages ?
May 04, 2012 06:11 PM|LINK
Well then what do you suggest me to layout the page? I have worked with HTML and CSS.. Need suggestions as how to do...
Mark As Answer if it helps you :)
Vipindas
Contributor
5514 Points
810 Posts
Re: Best way to create pages ?
May 04, 2012 06:13 PM|LINK
Refer this
http://www.asp.net/web-forms/tutorials/master-pages/creating-a-site-wide-layout-using-master-pages-cs
http://www.beansoftware.com/ASP.NET-Tutorials/DIV-TABLE-CSS-Layout.aspx
JaiminDB
Member
2 Points
1 Post
Re: Best way to create pages ?
May 04, 2012 06:21 PM|LINK
Design of the page may depend on the content and your taste.
Following are few options, you can use to align contents on the webpages:
DarthSwian
Star
12771 Points
2361 Posts
Re: Best way to create pages ?
May 04, 2012 06:26 PM|LINK
I typically work up a complete CSS/HTML layout, tested in multiple browsers then apply it to my master page. Basically the header, navigation, content area(s), footer.
Seek and ye shall find or http://lmgtfy.com/
girizh
Member
302 Points
404 Posts
Re: Best way to create pages ?
May 05, 2012 07:30 AM|LINK
Thanks for the response Jaimin.
Just a quick question. When you say 'Web Designer', does it mean tools like Dreamweaver ? Which tool do you suggest me to use?
Please name them:)
Many Thanks,
Mark As Answer if it helps you :)