code box |
![]() ![]() |
code box |
Feb 11 2006, 06:02 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2004 Member No: 37,894 |
okay, how do I put my layout code in the <textarea></textarea> thing. When I put it in, sometimes it'll remove like some of my tags. Help.
|
|
|
|
Feb 11 2006, 08:03 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
^Try using scroll boxes instead.
HTML <div style='overflow:auto;width:500;height:500; color:#3399CC; font-size:16pt; font-weight:regualr; font-family:arial narrow; background-color:black; border: 5px #FFFFFF hallow;'>layout codes here</div>
|
|
|
|
| *mipadi* |
Feb 11 2006, 09:15 PM
Post
#3
|
|
Guest |
Some of your coding might be taken as literal html. In the <textarea> box, make these changes:
CODE < change to < > change to > Basically, it converts < and > into the HTML character entities for those characters, so the browser won't interpret them as actual HTML coding, and will display the proper characters instead. |
|
|
|
![]() ![]() |