Page 1 of 1

Display Format

Posted: Tue Jan 20, 2004 11:27 am
by szms
I like to dispplay: "Welcome to my web page.Click here." at the middle of my home page (align: center) regardless what kind of screen resolution is being used. How to do that?

Posted: Tue Jan 20, 2004 1:13 pm
by Stoker
I would imagine that some css and/or javascript thingy would be the best.. but, one cheat I've seen is simply set body height to 100%, a table with a single cell everything set to 100% (and align center on the cell)