Roa
06-05-2003, 06:06 AM
I used to have a code for a textbox where I could add pictures and links in it, and still have pictures out side of it. Can anyone give me a code similar to what I ask?
|
View Full Version : Text boxes Roa 06-05-2003, 06:06 AM I used to have a code for a textbox where I could add pictures and links in it, and still have pictures out side of it. Can anyone give me a code similar to what I ask? sherri 06-05-2003, 02:31 PM <div id="scroll3" style="width:WIDTH HERE;height:HEIGHT HERE; background-color:COLOR HERE; overflow:auto"><font face=FACE HERE=3399ff size=SIZE HERE><p align=left><font color=COLOR HERE>TEXT HERE<font color=COLOR HERE></p> </textarea></div> Now I think this should work. When you want to insert a url put this in the TEXT AREA. <a href=URL HERE>URL NAME HERE</a> I think this is right. I hope this works. :) |