Code: Movable Window Code
To make a post have a movable window as seen in my previous post, insert this between the <style></style> tags of your template:
Add this around the text you want to put in a window:
**UPDATE**Add height:100px; below width: 100% to enable up and down scrolling.
Thanks to The Little Masterâ„¢ for showing me this.
pre {
text-align: left;
font-size: 1.5em;
width:100%;
border:1px solid #3366FF;
overflow:scroll;
}
Add this around the text you want to put in a window:
<pre>Your Text Here</pre>
**UPDATE**Add height:100px; below width: 100% to enable up and down scrolling.
Thanks to The Little Masterâ„¢ for showing me this.
2 Comments:
Here's what I found to make a box or text area
textarea rows="10" cols="30"information go's here textarea
I had to drop the greater than/less than symbols just to post this.
The rows and columns can be modified to expand the size of the box. The problem I have is if I want to post HTML code in the box things get wacky
"D"
Use Centricle to encode your HTML, then copy it.
Where should I find the code for making the box bigger or smaller?
Post a Comment
Subscribe to Post Comments [Atom]
<< Home