IMNOTFATIMBIGBO
Mar 27, 2003, 03:15 AM
can anyone tell me how i change the background on my website and anywhere to get some good backgrounds from at the moment ive got plain old colours wanna jazz it up a bit
![]() |
View Full Version : how do i change background on my website
|
IMNOTFATIMBIGBO Mar 27, 2003, 03:15 AM can anyone tell me how i change the background on my website and anywhere to get some good backgrounds from at the moment ive got plain old colours wanna jazz it up a bit 420 Mar 27, 2003, 05:40 AM To change the color, edit the #000000 <body bgcolor="#000000"> to use an image in addition to the bg color ... <body bgcolor="#000000" background="http://www.yoursite.com/bgimage.jpg"> You can edit your HTM/HTML files in any text editor or web design app (i.e. FrontPage, Dreamweaver, etc). Since your new to HTML, go for something like M$ Frontpage if you can. :) |