heres the code i have in:
<center>
<style type="text/css">
textarea{
border: 0px #000000 solid;
background: #000000;
font: normal 10px/normal Arial, Helvetica, sans-serif;
color: #FFFFFF;}
</style>
<textarea
cols="90"
rows="7"
readonly>
-July2-11:39pm-
REALLY BORED!
</textarea>
</center>
------------------
now if i want to have the date & time larger than the actual text ("REALLY BORED") then how would i go about doing it? if i put any coding into the <textarea></textarea> spot then it shows up in my textbox (if that makes any sense!). in other words if i put in: <textarea><b>my name is kellen</b></textarea> then it shows up as: <b>my name is kellen</b> instead of: my name is kellen.
<center>
<style type="text/css">
textarea{
border: 0px #000000 solid;
background: #000000;
font: normal 10px/normal Arial, Helvetica, sans-serif;
color: #FFFFFF;}
</style>
<textarea
cols="90"
rows="7"
readonly>
-July2-11:39pm-
REALLY BORED!
</textarea>
</center>
------------------
now if i want to have the date & time larger than the actual text ("REALLY BORED") then how would i go about doing it? if i put any coding into the <textarea></textarea> spot then it shows up in my textbox (if that makes any sense!). in other words if i put in: <textarea><b>my name is kellen</b></textarea> then it shows up as: <b>my name is kellen</b> instead of: my name is kellen.
Comment