PDA

View Full Version : Themes Personalized


kas
Nov-02-2007, 04:21 PM
Hello! I have a link to the theme that I wish to use. I have set it up as a gallery on my page

http://gracecaptured.smugmug.com/gallery/3761721#216473352 is the link to the gallery and picture.

I would like to find out how to write a css for this to go into my themes page. I would like this to be my background now.

Gracecaptured.com

thank you

Allen
Nov-02-2007, 04:55 PM
Hello! I have a link to the theme that I wish to use. I have set it up as a gallery on my page

http://gracecaptured.smugmug.com/gallery/3761721#216473352 is the link to the gallery and picture.

I would like to find out how to write a css for this to go into my themes page. I would like this to be my background now.

Gracecaptured.com

thank you
Here's a start. Put this in your CSS.

body {
background: url(/photos/216473352-M.gif);
}