Comment Box Post Button |
Comment Box Post Button |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Mar 2007 Member No: 509,364 ![]() |
Is there anyway to move it to one side of the box? I took out the reset button and I want the post button to be on the far right aligned with the side.
|
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
I would just position that button into a right-aligned paragraph.
e.g. <p align=right><input value="add comment" style="border-width: 1px; border-style: solid; border-color: FFFFFF; font-family: Tahoma; font-size: 10px; color: FFFFFF; background-color: FFFFFF;" type="submit"></p> |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Mar 2007 Member No: 509,364 ![]() |
Ok
![]() |
|
|
*Azarel* |
![]()
Post
#4
|
Guest ![]() |
:\ Since it's a paragraph break, the spacing will be large. You can try setting the input alignment to right, although I don't know how that will turn out. Or, you can use non-breaking spaces ( ) in front of your button (but that won't be truly centered) to position it to the place where you'd want it.
|
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Mar 2007 Member No: 509,364 ![]() |
Are you talking about right and left or up and down? Because I mean up and down like:
TABLE HERE --------------- this space --------------------- This the button |
|
|
![]()
Post
#6
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Mar 2007 Member No: 509,364 ![]() |
Anyone have any ideas?
|
|
|
*WHIMSICAL 0NE* |
![]()
Post
#7
|
Guest ![]() |
I don't know how possible that is, unless if you but a break after the form and before the submit code.
QUOTE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="######" type="hidden"><textarea name="f_comments"style="width:222px;height:145px;text-align:center;">COMMENT AREA</textarea><br><br><p align=right><input type="submit"value="Send Comment"style="color:000000"></input></form> That's kind of the bear bones. |
|
|
![]() ![]() |