PDA

View Full Version : css codes [Image]


SnowBot
08-02-2003, 07:01 PM
just wondering what the css code is for image ?

Thanks :)

Gary King
08-03-2003, 01:51 PM
Well, since images use the <img> tag, so you use img in the CSS then :)

SnowBot
08-03-2003, 07:28 PM
but what would be the full text to input if i wanted to make a graphic for my Category Strips

Gary King
08-03-2003, 09:58 PM
Well why didn't you specify that in your first post? ;)

Add the following to your CSS:

#cat { background-image: url(IMAGE_PATH_HERE) }