blog help |
![]() ![]() |
blog help |
Oct 30 2009, 02:33 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Sep 2009 Member No: 747,638 |
I am using this code for myspace blog comment box but the Gery box is not center
CODE <style>div.quickPostWrapper {background-color:3C3C3C;width:572px!important;}</style> <style>div.quickPostWrapper textarea.textAreaInit {background-color:CCCCCC;width:572px!important;}</style> How can i center it? |
|
|
|
Oct 30 2009, 02:39 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Replace this:
CODE <style>div.quickPostWrapper {background-color:3C3C3C;width:572px!important;}</style> With this: CODE <style> div.quickPostWrapper {position:relative; left:-50px; background-color:3C3C3C; width:572px!important;} </style> See if that works. |
|
|
|
Oct 30 2009, 02:47 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Sep 2009 Member No: 747,638 |
Thank you it work
|
|
|
|
Oct 30 2009, 03:18 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Topic closed & moved.
|
|
|
|
![]() ![]() |