View Full Version : Help! Text box backgrounds and linking


Caster
08-18-2003, 12:32 AM
Help!!! I need help, and I have two problems:

1. I have an image in my text box, but it won't stay "fixed", so every time you scroll down, the image repeats itself. Is there a "fixed image background" code for a text box?

2. Can I insert text links in a text box? If so, how?

I'm in dire need of help. Please respond!!!

-Caster

kittycat
08-18-2003, 01:02 AM
1. style="background-attachment: fixed;"
If you add that to the textarea code it should work I think.

2. You can't insert links in a text box, it will just show up as regular HTML. You can use an alternative such as a div (http://www.lissaexplains.com/html7.shtml)or iframe (http://www.lissaexplains.com/frames.shtml#inline), they look the same.

Caster
08-19-2003, 01:04 AM
Okay, thank-you. It's still not fixed... *sigh* But I'll make it work. Somehow.

Thanks a million! ^_^