PDA

View Full Version : Image in Text Area?


Fullwebservice
04-21-2003, 09:27 PM
Is there any way to add an Image into the background of a text area?

say i have this code

<textarea name="textfield" cols="60" rows="12"></textarea>

is it possible ?

redhead
04-21-2003, 09:35 PM
as a background?

<textarea ... style="background-image: url('image.css');">

:thumbsup:

Fullwebservice
04-21-2003, 09:41 PM
thanks a mil ;)

cg9com
04-22-2003, 06:07 AM
Originally posted by redhead
<textarea ... style="background-image: url('image.css');">

:confused:

zoobie
04-22-2003, 08:03 AM
LMAhttp://www.stopstart.fsnet.co.uk/smilie/lol.gif!

redhead
04-22-2003, 08:31 AM
bah... *kicks self* must have been far too tired... make that image.jpg or .gif or something ;)

methinks they got the idea though....

Fullwebservice
04-22-2003, 08:41 PM
well i did get the idea :)

i got 1 more question,

if that sets the background, is there a way to add 2 other image into it so 1 image is align="left" and the other is align="right"?


so you would have 3 images, 1 left, 1 right and a background image???


Thanks for all your Help

Fullwebservice
04-23-2003, 07:19 AM
anyone ??

sage45
04-23-2003, 07:29 PM
I can't think of a way you can actually do that as you can only specify one image as a background for any one object...

-sage-