View Single Post
  #2  
Old 06-29-2013, 06:38 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
I've not tested this, and I have no idea if this'll make a difference, but try moving the profile stuff under your positioning and sizing ****, and set the fill colour like this:

PHP Code:
profile.fillcolor = {505050150}; 
So...

PHP Code:
useownprofile true;

width 325;
height 100;
= (screenwidth 2) - 162.5;
= (screenheight 2) - 150;

profile.fillcolor = {505050150}; 
Reply With Quote