View Full Version : text box....


b|oodpig
02-28-2003, 04:55 PM
hay yall... on the lissa explanes, it says you can put a image as a back ground on a scroll down box, but wen evea i do it it dont work... it jus stays blank... can any1 help me?

lefty
02-28-2003, 05:10 PM
mind posting the code you're using? :)

b|oodpig
02-28-2003, 05:22 PM
sure its this...

<form><textarea rows="5" cols="26" style="background-image: url('bg12.gif')" style="font-family:Times New Roman" style="color:#C0C0C0" style="border style:solid" wrap="virtual">Your text goes here</textarea></form>

any ideas?

indianbean
02-28-2003, 08:07 PM
I'm not positive but I thot only text can go in a text area box.
Perhaps its an iframe that can get a background.

Sheila
02-28-2003, 08:29 PM
I think it has to be the full url, example,

<form><textarea rows="5" cols="26" style="background-image: url('http://www.geocities.com/bg12.gif')" style="font-family:Times New Roman" style="color:#C0C0C0" style="border style:solid" wrap="virtual">Your text goes here</textarea></form>