Log In · Register

 
help
nav
post May 12 2007, 04:06 PM
Post #1


Newbie
*

Group: Member
Posts: 7
Joined: May 2007
Member No: 520,982



im making a div layout but i still dont get some things.
when im putting the content in, like a text box or something, it wont show up. is it cause im putting a div inside a div? how do i put the content on then? sad.gif
 
 
Start new topic
Replies
cori-catastrophe
post May 12 2007, 04:09 PM
Post #2


hardxcore.
******

Group: Member
Posts: 1,223
Joined: Nov 2006
Member No: 479,494



text area.
CODE
<textarea>text</textarea>

or you could try a scrolling box.
CODE
<style type="text/css">
div.myspace-scroll-box {
height:100px;
width:200px;
font:16pt/20pt Verdana;
overflow:scroll;
}
</style>
<div class="myspace-scroll-box">
text
</div>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: