PDA

View Full Version : Moving USER CP column to the right side?


slackin-jer
04-27-2009, 05:35 PM
Hi, so I have my user control panel page integrated with vBa and so I am trying to move the usercp column to the right so it looks a little better with the integration. How would I go about doing this?

Lynne
04-27-2009, 06:24 PM
I believe that page is just a table. So, move the column to be the second column instead of the first. It is structured like this:

<table><tr>
<td> your column </td>
<td> a blank column </td>
<td> the main content </td>
</tr></table>

So switch places between the "your column" stuff and the "main content" stuff>.