Centered
![]() ![]() |
I didn't like it positioned in the top left, so I positioned it in the center. To do this, edit the script and scroll down to:
#app56748925791_main_tab_control {margin:0;padding:0;width:auto;height:auto;}..which is the 7th line from the bottom, and change it to:
#app56748925791_main_tab_control {text-align:center;}
Chris :) |
![]() ![]() |
text-align doesn't work for me, but I put a simple percent margin and it seems to be fairly centered. |

