I'm trying to add images to a TEXTAREA tag (in my PHP web page) using
the usual image tag:
<INPUT TYPE="image" etc.
But the images are not showing up in the TEXTAREA but rather outside,
below it - I'm trying to display thumbnail images in a scrolling area
on the web page so I can insert a variable number of images into the
TEXTAREA object - can this be done this way or is there a better way
to insert multiple images in a scrolling object for a web page?
Thanks...
the usual image tag:
<INPUT TYPE="image" etc.
But the images are not showing up in the TEXTAREA but rather outside,
below it - I'm trying to display thumbnail images in a scrolling area
on the web page so I can insert a variable number of images into the
TEXTAREA object - can this be done this way or is there a better way
to insert multiple images in a scrolling object for a web page?
Thanks...
Comment