| | Hello, I would like to ask a question about setting a style for titles on my web site. So far I have managed to set my titles with a different capital by doing this: CODE h1.title:first-letter {color: gold; font-size=xx-large; font-style: oblique; background: black}; Then my titles come out with a big golden italic capital in a black box, and I get there by doing CODE <h1 class="title">Blablablablabla</h1> However, if I also want a certain background for the rest of my title, eg. a golden background or even a background image, how do I set that in the same "h1.title" setting? The setting h1.title:first-letter only seems to affect the first letter. Also, I want this to only affect my headers for titles, not just any header (h1). Is there anyone who can help me out here? Thanks in advance. |


