Zenovia
08-19-2004, 09:39 AM
I do I make a text box I can position anywhere on my page? :confused:
|
View Full Version : How do I make a text box? Zenovia 08-19-2004, 09:39 AM I do I make a text box I can position anywhere on my page? :confused: salomeyasobko 08-19-2004, 10:12 AM just a regular box of text: <div style="position: absolute; left: ##px; top: ##px;"> text and other content here </div> replace the bold parts with pixel positions from the left and top of the page. if you want a text box, which can display HTML coding, use this code: <textbox style="position: absolute; left: ##px; top: ##px;"> text and HTML coding here </textbox> and again, edit the bold parts. :) Zenovia 08-19-2004, 09:49 PM Oh! Thank you.=) I really appreciate it ^_^ |