This is a discussion on "Website layout problem" within the Starting Out section. This forum, and the thread "Website layout problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Website layout problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Morning all,
I am new here and have a question. (Already I have designed a website for a charity and the layout doesn't want to centre. (You know - doesn't matter what size scren it will centre the site) If i set everything into a table the menu goes nuts??? but not sure how else to center it other than to try and do that? Please can anyone help as they are being interviewed for "Chat" magazine this month and want the site to look right. As i said i am new and don't reall understand what i have done wrong. The site is www.thelewispriorfoundation.org Thanks for any help in advance guys |
|
|
|
#2
|
|||
|
|||
|
Re: Website layout problem
#container {width:770px; margin:0 auto;}
<div id="container"> Content/layout here </div>
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Website layout problem
Thanx for that moojoo,
excuse my ignorance but where do i put that?? Thanx again Webbie |
|
#4
|
|||
|
|||
|
Re: Website layout problem
Assuming its apDiv1 that needs it. It's hard to really tell with the random names generated by whatever software you used.
place the CSS in your document with all the other css towards the top. like #apDiv1 {width:800px; margin:0 auto;} Problem is the menu is absolutely positioned so it won't budge at all and such, the site really is too messed up to fix and would take a long time to correct without a rebuild. Basically everything would have to be changed for you to center your layout.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jul 3rd, 2008 at 15:24. Reason: Furthur review of site |
| The Following User Says Thank You to moojoo For This Useful Post: | ||
|
#5
|
|||
|
|||
|
Re: Website layout problem
Webbie, Here is a quick and dirty layout template for you to use. Add your links into the existing href tags, your content etc and just recycle the index.html file for your other pages. I wish I had more time to help you build this out. Hope this helps you get it off the ground! I even built in a simple and basic CSS driven menu system like the one you already have. Its not the "best" I have done but I only had 10 mins to spend on it. Best of luck!
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jul 3rd, 2008 at 16:06. |
| The Following User Says Thank You to moojoo For This Useful Post: | ||
|
#6
|
|||
|
|||
|
Re: Website layout problem
thanx for that moojoo,
it has certainly helped. thanx again |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE bug: layout problem with <ul> | lamialex | Web Page Design | 4 | Sep 7th, 2007 20:59 |
| layout problem | samv | Web Page Design | 21 | Feb 17th, 2007 10:21 |
| layout problem in IE only | snappy | Web Page Design | 4 | Nov 17th, 2006 09:39 |
| layout problem | bean_2k1 | Web Page Design | 3 | Sep 13th, 2006 02:53 |
| Website Table Layout | WiseWizards | Web Page Design | 2 | Jul 5th, 2005 14:11 |