Display Format

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
szms
Forum Contributor
Posts: 101
Joined: Thu Jun 26, 2003 12:23 pm

Display Format

Post 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?
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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)
Post Reply