View Full Version : Can i put text on a image??


CoLdFiR3
11-30-2003, 01:19 PM
Hey, I was wondering if I could write on images without having to have the image as a background. I think I've seen it somewhere before but I forgot where. If any of you know this script please tell me right away. Thnks

Rosey
11-30-2003, 01:47 PM
you can just use div layers for your image and then for your text.

<div style="position: absolute; top: 0px; left: 0px; width: 780px; z-index:1;">

Change what's in bold. You can also use right: number px . Play around with the number to get the image where you want it. The z-index:1 will mean that's the layer that's all at the bottom.

Do the same for your text but put z-index:2.

Hope that helps.

Rosey
11-30-2003, 02:39 PM
Sorry for the double post but you could also just use an editor like paint shop pro or photoshop and actually put the text on your image, depending on what you want to do.