Click to See Complete Forum and Search --> : Virticle Alignment


plucker
06-27-2003, 01:06 AM
Hi all
I need to dysplay a logo in the center of a screen. How do i get the exact on all the different resolutions.

Also how do you set a timer so that the page continues over a set period of time.

Thanks

pyro
06-27-2003, 08:11 AM
#1: http://www.infinitypages.com/research/cssverticalcentereddiv.htm

#2: <meta http-equiv="refresh" content="5;url=yourpage.htm"> where 5 is the number of seconds to wait, and yourpage.htm is the page to redirect to.

plucker
06-27-2003, 08:41 PM
Thanks Mate
That helped me heaps

pyro
06-27-2003, 08:47 PM
You're welcome... :)