DonnaNJ Posted January 12, 2006 Posted January 12, 2006 I want to change the headers for the boxes to be images so for catagories for example I want to change it to catagories.gif So in english.php I did this: // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', '<img src="images/catagories.gif">'); I put the image in the images folder - but it still doesn't appear. Am I putting it in the wrong spot ? (BTW I'm working with STS template system) Thanks DOnna
rabbitseffort Posted January 12, 2006 Posted January 12, 2006 I use images, but I do it all thru my stylesheet , here is what my code for the infobox heading looks like TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; background: #7dab4e; font-variant: small-caps; color: #ffffff; height: 26px; background-image: url(my_image.gif); hope this can help ya :thumbsup: "I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings." ---Margaret Mead--- "The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer. --Ken Kesey"
DonnaNJ Posted January 16, 2006 Author Posted January 16, 2006 I use images, but I do it all thru my stylesheet , here is what my code for the infobox heading looks like TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; background: #7dab4e; font-variant: small-caps; color: #ffffff; height: 26px; background-image: url(my_image.gif); hope this can help ya :thumbsup: WHere did you put the .gif file then ? In the images dir or in the main dir with the stylesheet.css file ? Thanks Donna
Recommended Posts
Archived
This topic is now archived and is closed to further replies.