View Full Version : Textboxes and html


Army_Duct_Tape
06-27-2004, 04:56 PM
How can I have a textbox that scrolls and all, and have html work in it? (i.e. I could put in a code for a link, and it would work as a link, not show the code I entered.) To see what I am talking about, it is in my guild where I want to put links... could y'all tell me how, please?

http://www.neopets.com/guilds/guild.phtml?oid=sallytomato525

bourdelson
06-27-2004, 05:00 PM
I think you're looking for a div layer.

http://www.lissaexplains.com/html7.shtml

Army_Duct_Tape
06-27-2004, 05:03 PM
Suppose when I position the div layer, will it be somewhere else on a screen with a different resolution?

bourdelson
06-27-2004, 05:10 PM
If you use absolute positioning and position from the top and the left with exact pixel measurements, then it should look the same in all resolutions, just the amout of extra space on the right side will be different.

Army_Duct_Tape
06-27-2004, 05:11 PM
oh, ok