PDA

View Full Version : Image in TXT box in normal reply?


Airs
07-22-2003, 05:57 PM
Hey wondering wether the image in the text box in normal reply is possible..i tried a way but it added the same image behind every non gfx button O_O..

filburt1
07-22-2003, 06:04 PM
If you mean for the user to enter images and have them appear (WYSIWYG), then no without vB3 or that hack here. If you mean for you to specify a background image for the textbox, search Google for CSS background images in textareas.

Gary King
07-22-2003, 06:49 PM
Use something like the following in your <textarea> for the quick reply:

style="background-image: url(URL TO YOUR IMAGE); background-repeat: no-repeat; background-attachment: fixed;"