Comment Box Centering |
![]() ![]() |
Comment Box Centering |
Jun 20 2008, 11:41 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2008 Member No: 660,344 |
Hi, I needed help centering my comment box and I cant figure out how.
![]() CODE <center> <div align="center"><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input type="hidden" name="friendID" value="55535144"><textarea name="f_comments" id="f_comments" cols="42" rows="5" style=" background-color:white!important; background-image: url(http://); background-position: top left; background-attachement: fixed; background-repeat: repeat; border-width:2px!important; border-color:black!important; border-style:solid!important; font-family:Arial!important; font-size:16px!important; color:black!important; width:200px!important; height:50px!important; ">Leave Me A Comment!</textarea><br><input type="submit" value="Submit"><input type="reset" value="Clear"></form></div> </div></style> |
|
|
|
Jun 21 2008, 11:42 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
It may just be your layout, because when I tested it, it was centered. If your layout aligns everything to the left, that might be conflicting with the codes you used to just center the comment box.
|
|
|
|
Jun 22 2008, 10:45 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
i'd also say it's a conflicting code that's messing it up. you can try fixing it with your own style. instead of using <div align="center">, try something like <div style="text-align:center; width:100%;">. you also would not need the HTML tag <center>.
|
|
|
|
Jun 22 2008, 11:24 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2008 Member No: 660,344 |
Thanks for the help everyone :)
|
|
|
|
![]() ![]() |