|
Copy and paste this code:
| QUOTE | | <div style="width:120; height:300; overflow:auto;">Type anything here. you can change the height and width. You're gonna want to also delete all this and replace it with what you want to type.</div> |
if you want a border, just add these after "overflow:auto;" or anywhere in the style="" in between the ""
| QUOTE | border: solid; dotted; dashed; double;
border-color: any color you want, add ";" at the end. ex. black; or pink;
border-width: 1; 2; etc...any number, just put the ";" at the end. |
|