This topic is locked
[SOLVED]

 Center Align Buttons - PHPRunner 6.1

7/23/2012 12:23:11 PM
PHPRunner General questions
D
DAndras author

Hello,
I am reasonably new to PHPRunner as I just began using it at my job. I am definitely new to these forums, so I thank you for your patience.
I recently performed an upgrade on one of my company's sites from our old version of the site that was created in PHPRunner version 5.2. We utilized the upgrade function and it is now at version 6.1.
Almost everything worked perfectly with a single exception (that I've noticed so far in QA).
We have some buttons on our main page that allow us to perform changes to the data and we can not seem to get these to center align. They were initially center aligned in the old version; however, upon the upgrade they became aligned to the right of the page.
We have attempted to use the built-in center functions in PHPRunner to no avail. We also attempted to center the buttons using the <div /> tags, to no avail.
If you have any suggestions or experience with a situation like this, your assistance would be greatly appreciated.

W
wildwally 7/24/2012



Hello,
I am reasonably new to PHPRunner as I just began using it at my job. I am definitely new to these forums, so I thank you for your patience.
I recently performed an upgrade on one of my company's sites from our old version of the site that was created in PHPRunner version 5.2. We utilized the upgrade function and it is now at version 6.1.
Almost everything worked perfectly with a single exception (that I've noticed so far in QA).
We have some buttons on our main page that allow us to perform changes to the data and we can not seem to get these to center align. They were initially center aligned in the old version; however, upon the upgrade they became aligned to the right of the page.
We have attempted to use the built-in center functions in PHPRunner to no avail. We also attempted to center the buttons using the <div /> tags, to no avail.
If you have any suggestions or experience with a situation like this, your assistance would be greatly appreciated.


I ran into samething - found that the cell had picked up a width along the line somewhere. So regardless of what I tried to do to center the field or button it didn't work. After removing the width or changing it to something in alignment with the rest of the page it will allow the item to center as your trying.
Give that a shot - if it's not that then I don't know.