scrollbox for HTML |
scrollbox for HTML |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Oct 2005 Member No: 260,221 ![]() |
does anyone know the code for a scrollbox that holds HTML?
ive looked everywhere & i cant find it |
|
|
![]() |
![]()
Post
#2
|
|
![]() hindi ko maisip kung wala ka sa buhay ko. ![]() ![]() ![]() ![]() Group: Member Posts: 290 Joined: Nov 2005 Member No: 298,637 ![]() |
I don't think you can use <div> tags to hold HTML, because they format it. You're better off using a textarea.
<textarea rows="10" cols="10"> HTML HERE </textarea> |
|
|
![]() ![]() |