now i've got another question. the box you use to place your html script above, i notice that it's using a <div> tag. that can be used to display text instead of a textarea? and the 3d effect of the div is done using css?
and by the way, how did you get the box to write your codes in? i don't seem to be able to see any button on screen to do that.
[/ignore] and put your code in between. That will produce the box. Div box can display text like textarea can, however, textarea being a form element, will submit information inside the textarea on form submit, while div will not. Also, you cannot edit information inside a div, while you can in textarea. It depends why you need your textarea.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.