PDA

View Full Version : Does anyone out there run a WordPress blog


Diamond
22nd January 2005, 03:22 PM
Because I have some questions.

1. How do I make my own custom image in the header, and where do I put it?
2. Is it possible to create a Wordpress style from a template?

sophia8
23rd January 2005, 11:31 AM
1) Yes, you can insert an image, with the CSS stylesheet. Here's an example:
#masthead {background: url(starfield.jpg) no-repeat right top;}
2) You can create any sort of style you want, with CSS. If you don't know CSS well enough to create your own, there are plenty of free templates available. The best place to find links to them, and general WordPress advice and tips, is WordLog (http://www.wordlog.com)

Diamond
24th January 2005, 03:09 PM
Originally posted by sophia8
1) Yes, you can insert an image, with the CSS stylesheet. Here's an example:
#masthead {background: url(starfield.jpg) no-repeat right top;}
2) You can create any sort of style you want, with CSS. If you don't know CSS well enough to create your own, there are plenty of free templates available. The best place to find links to them, and general WordPress advice and tips, is WordLog (http://www.wordlog.com)

Sophia,

Thank you for your helpful reply