This is a discussion on "how to center webpage" within the Web Page Design section. This forum, and the thread "how to center webpage are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
how to center webpage
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
how to center webpage
I don't know much about html, but finally I managed to do it a little bit,
now I still need to center my page in webbrowser the code is:
thanx |
|
|
|
#2
|
||||
|
||||
|
Re: how to center webpage
Have a look here: http://creativecoding.webforumz.com/...august/faq/#q2 - How to center your website horizontally. The way that you are using just now will work but wont validate.
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#3
|
|||
|
|||
|
Re: how to center webpage
i tried with the div, but still no result, I think the content is badly configurated
|
|
#4
|
||||
|
||||
|
Re: how to center webpage
Yes, i suggest you drop the tables and use CSS.
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#5
|
|||
|
|||
|
Re: how to center webpage
Help ???
|
|
#6
|
|||
|
|||
|
Re: how to center webpage
To elaborate on what Marc said: Use css instead of tables by styling divs. For example, you can make two columns like this:
Cheers
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#7
|
|||
|
|||
|
Re: how to center webpage
Center a Website in FrontPage offers basic solution if you need to still rely on tables. You have
|
|
#8
|
|||
|
|||
|
Re: how to center webpage
So, what Corey is saying is to put your code like this:
Last Blog Entry: First Post! (Apr 18th, 2008)
|
|
#9
|
|||
|
|||
|
Re: how to center webpage
or like this..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#10
|
|||
|
|||
|
Re: how to center webpage
Which brower you are using?
Last edited by Daniel; Dec 30th, 2007 at 14:17. Reason: No sig until you have 10 posts. |
|
#11
|
|||
|
|||
|
Re: how to center webpage
Firefox!
It worked in IE 7 as well!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#12
|
||||
|
||||
|
Re: how to center webpage
Or you could just set the ID on the table instead of opening an extra div!! Less code = more efficient although sadly, it wont work for you as this is not the case with tables!
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#13
|
|||
|
|||
|
Re: how to center webpage
try this:
|
|
#14
|
|||
|
|||
|
Re: how to center webpage
I've posted that earlier rrrrutdk!
Does all this thread solved any of your problem?
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|