Code to centre web page in browser
Code to centre web page in browser
Author
Discussion

jsr

Original Poster:

1,155 posts

268 months

Thursday 19th February 2004
quotequote all
As the topic name suggests, do any of the web guru's out there know how to centre a page in a browser (ie. so that no matter what the screen resolution, it will always appear in the centre)

Can it be done in HTML or does it require Javascript? Is there a method to achieve this in Dreamweaver MX?

Thanks

dontlift

9,396 posts

276 months

Thursday 19th February 2004
quotequote all
< DIV align="center" >

your page goes here

< /div >

jsr

Original Poster:

1,155 posts

268 months

Thursday 19th February 2004
quotequote all
Excellent!