How to swap Main Body with Left Column

How to swap Main Body with Left Column




If you wish to swap the main body column with the left column in your VP-ASP 7.00, you can follow these steps below :

1. Open file shoppage_header.htm using notepad. This file is located in the templates/default-2cols/ folder.

2. Locate these code :

<div id="vp_leftsidebox"><%leftsidebox%></div>
<div id="main">

3. Please replace with :

<div id="vp_leftsidebox"><div id="main">

4. Save the file and upload to your site.

5. Open file shoppage_trailer.htm using notepad. This file is located in the templates/default-2cols/ folder.

6. Insert these code below to the beginning of shoppage_trailer.htm :

</div>
<%leftsidebox%>

7. Save the file and upload to your site.


Times Viewed:
3781
Added By:
Wilson Keneshiro
Date Created:
9/14/2010
Last Updated:
9/14/2010