centneris
07-09-2006, 01:11 PM
I'm trying to write text on images, but I can't figure how to do this.If
anyone could help me i would be very pleased.:)
Thanks in advance!
anyone could help me i would be very pleased.:)
Thanks in advance!
|
View Full Version : Writing text on images centneris 07-09-2006, 01:11 PM I'm trying to write text on images, but I can't figure how to do this.If anyone could help me i would be very pleased.:) Thanks in advance! BrandonLee 07-09-2006, 02:59 PM You can make a div, the exact height and width of the image and set the image as the background write in it with html. Or you can use a photo editor and physically add text to the image. For the div, if you had a 300x400px image, then your code would be..... <div style="height: 300px; width: 400px; background: url(image.gif);">Your text</div> centneris 07-09-2006, 09:00 PM Wow thanks!!! It helped me very much!!! Yay!! Thank you thank you!!! GIR 07-10-2006, 04:56 AM I'm trying to write text on images, but I can't figure how to do this.If anyone could help me i would be very pleased.:) Thanks in advance! you cant unless you just open it in paint and write on it....or overlap an image (TEXT AND IMAGE) GIR 07-10-2006, 04:57 AM You can make a div, the exact height and width of the image and set the image as the background write in it with html. Or you can use a photo editor and physically add text to the image. For the div, if you had a 300x400px image, then your code would be..... <div style="height: 300px; width: 400px; background: url(image.gif);">Your text</div> guess i was wrong...hehe |