Help - Search - Members - Calendar
Full Version: blog help
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
DivaRama
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?


Mickey
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.
DivaRama
Thank you it work _smile.gif
Mickey
Topic closed & moved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.