I need to know somthing....

liunx

Guest
I want to start a website and post my layouts i made on it. But to do that i need those box things where you can post the code for it in there so the viewer can copy and paste it to their website. would any one know what i am talking about and happen to have the code for it?<!--content-->Hi there Toxi,<br />
<br />
I think that you are referring to textarea :D <br />
if so here is one...<html><br />
<head><br />
<title>Text area</title><br />
<style type="text/css"><br />
<!--<br />
#one<br />
{<br />
position:absolute;<br />
top:10%;<br />
left:20%;<br />
background-color:#ffffff;<br />
border-style:solid;<br />
border-color:#000000;<br />
border-width:2px;<br />
font-family:arial;<br />
font-size:12px;<br />
color:#000000;<br />
text-align:left;<br />
padding:10px;<br />
width:300px;<br />
height:200px;<br />
}<br />
//--><br />
</style><br />
<head><br />
<body><br />
<textarea id="one">This is the text area</textarea><br />
</body><br />
<html><br />
If you do not want it customized you can just use it in this form...<br />
<textarea cols"20" rows="10">This is the text area</textarea><br />
<br />
c:D:Dthead<!--content-->
 
Back
Top