View Single Post
10-26-2005, 03:47 PM
#6
Sam Granger is offline Sam Granger
Status: Request a custom title
Join date: Feb 2005
Location: The Netherlands
Expertise:
Software:
 
Posts: 2,616
iTrader: 19 / 88%
 

Sam Granger is on a distinguished road

Send a message via MSN to Sam Granger

  Old

Originally Posted by Shawon
cool, but i dont think all that is needed though, well the way i do it uses the splash as a bg instead of an image

but i do it like this, just add into the body

Code:
background-image: url(images/splash.jpg);
background-position: center center;
background-repeat: no-repeat;
It depends on the situation. If you have a splash and also a background image you need the rest of th coding - if your splash doesn't have a background, then yes, you can use the code you just showed us. (unless you want to have your splash linked to your email for example.).