Okay, so I’m trying to make this bigger:
Post: <input id="postbox" type="text" rows="6" cols="40" name="post" />
But it’s not reading the rows and cols.
Here is my css:
body{
text-align: center;
background-color: #000000;
}
h2{
color: #0088AA;
padding: 0px;
margin: 0px;
}
#wrap{
margin: auto;
margin-top: -10px;
margin-bottom: -10px;
background-color: transparent !important;
width: 700px;
height: 100%;
padding: 0px;
text-align: left;
}
#postbox{
background-color: #444444;
border: 2px solid #777777;
color: #ffffff;
}
.post{
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #000044;
border: 2px solid #443300;
width: 100%;
text-align: left;
color: #007799;
}
probably you would need a
textareainstead of aninputtry this