Quote:
Originally Posted by AWI
my problem is the text is not centered in the popup box it is all placed to the left.
|
Found it
You have to go into the PM script template and change:
HTML Code:
<div align="$stylevar[left]">
To:
HTML Code:
<div align="center">
I'm not sure why it was like that to begin with, but changing the code above will make your PM perfectly symmetrical