I know how to remove the blue table part of the "general Interests" part but i would like to know if anyone knows how to move the content to the left?
Any help would be greatly appreciated.
Thank you.
<style>
</style>
If that doesn’t cut it, then just wrap this around your text.
<p style="text-align:left;">
text goes here
</p>
try http://forums.myspace.com/t/2249064.aspx?fuseaction=forums.viewthread
References :
Comment by unconventional — January 22, 2010 @ 9:36 am
<style>
table.interestsanddetails td {text-align:left!important;}
</style>
If that doesn’t cut it, then just wrap this around your text.
<p style="text-align:left;">
text goes here
</p>
References :
Comment by Betwixt & Between — January 22, 2010 @ 9:47 am