need a cool space background

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

can anyone tell me how to make the vortec space picture in windows xp pro
background pics be one big picture on a website instead of tiling??

thanks!
 
Web page backgrounds tile by default
You can either use CSS to prevent the tiling (only on IE)
In the body tag replace the background image w/

style="background-image: url('images/imagename.gif'); background-repeat: no-repeat; background-attachment: fixed;
background-position: center"

Note: above presumes your background image is in the images folder

Or add white space to the image to make it 1600x1200px

--




| can anyone tell me how to make the vortec space picture in windows xp pro
| background pics be one big picture on a website instead of tiling??
|
| thanks!
|
|
| --
| Blessings,
| Pam
|
|
|
| ---
|
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.684 / Virus Database: 446 - Release Date: 5/14/2004
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top