Comment Box, centering |
![]() ![]() |
Comment Box, centering |
Apr 11 2006, 06:02 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2006 Member No: 392,270 |
how do you center the pre-text that's in the comment box? because when i try to do it..it shows up <center>TEXT</center>.
instead of being centered |
|
|
|
Apr 11 2006, 02:50 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Add this to the textarea's style?
text-align: center; Or.. [taking the original coding] QUOTE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="Your friend ID number" type="hidden"><center><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" style="overflow:auto;">The textarea's text here!</textarea></center><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="reset"></form> :/ |
|
|
|
Apr 12 2006, 03:02 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2006 Member No: 392,270 |
hey thanks
|
|
|
|
![]() ![]() |