PDA

View Full Version : Positioning Product Page


markl
04-11-06, 06:18 PM
I already have a site designed with a header,
footer, and left side navigation area. What I
want to do is have the individual product page
display be in the center area of a table (to the
right of the left navigation area and below the header
without disturbing the navigation, header and footer.

Can this be done? and if so, what is the easiest
way?

Thank you

Vic - WolfPaw Computers
04-11-06, 06:25 PM
The product detail is already displayed there.

Sounds like you just want to center it.

Edit your PROD screen and switch to advanced mode.

Look for this code:

</td><td align="left" valign="top" width="80%">
<br>
<blockquote>
<mvt:item name="prod_ctgy_hdft" param="prod_header" />
<mvt:item name="product_display" />

Change it to:

</td><td align="center" valign="top" width="80%">
<br>
<blockquote>
<mvt:item name="prod_ctgy_hdft" param="prod_header" />
<mvt:item name="product_display" />

That will also include the product header.

If you just want the body of the product layout text centered, click on the Product Layout Display tab on top of the edit PROD screen and change the very first line (the table creation code) and add an align=center to it.