textfield, textarea, button.
and the css stuff
change your avatar
<input type="submit" class="button" name="posting_reply" value="New thread">
<textarea name="post_text" rows="10"></textarea>
<input name="title" type="text" class="textfield" size="100" maxlength="100">
and the css stuff
textarea
{font-size : 12px;
background-color : #f3f3f3;
color : #333333;
border : 1px solid black;
width: 98%;}
.textfield
{color : #333333;
font-size : 10px;
border : 1px solid black;
background-color : #f3f3f3;}
.button
{font-size: 12px;
font-weight: bold;
color: #E5E5E5;
background-color: #838B97;
height:24px;
border: 1px black solid;}
change your avatar
A dyson and breast implants? ooo
One thing I should say, borders should be in this order 'boarder : [size](px|pt|em) [mode] [colour];' because some browsers can get confused sometimes.
Oh and please don't be another of those people who formats code blocks like azz0r.. they are apain in the ass
azz0r:
sane persons:
OR:
Oh and please don't be another of those people who formats code blocks like azz0r.. they are apain in the ass

azz0r:
textarea
{font-size : 12px;
background-color : #f3f3f3;
color : #333333;
border : 1px solid black;
width: 98%;}
sane persons:
textarea {
font-size : 12px;
color : #333333;
border : 1px solid #000000;
width : 99%;
}
OR:
textarea {
font-size : 12px; color : #333333;
border : 1px solid #000000; width : 99%;
}
Now playing: Frenzal Rhomb
Russel Crowe's Band (Is A Fucking Pile Of Shit)
Organized? organized? its not in an even line!! the blocks all fucked up :/
you have
parent
- child
- child
- child
end
not
parent -child
- child
- child end
looks like they enjoy each others buts too much :/
you have
parent
- child
- child
- child
end
not
parent -child
- child
- child end
looks like they enjoy each others buts too much :/
Now playing: Frenzal Rhomb
Russel Crowe's Band (Is A Fucking Pile Of Shit)

