
RE: Need help with store layout
hell-o
the link above doesn't work. but, this one does:
http://www.bridalbootcamponline.com/shop/agora.cgi?cart_id=&xm=on&product=Book
also, never include the cart id (stript the cart id) in any link unless you have a
very good reason to do so.
one thing you need to do is set the ppinc width in the store manager>layout.
when customizing your header and footer think of the dB generated page as three basic parts; header, footer and content area (usually the ppinc).
the header and footer complement each other. whatever table is opened in the header and not closed in the header must be closed in the footer. further, if the header and footer were pasted into an basic html file then the page should display without errors and tables nested properly with closing tags in the appropriate place.
the content area (ppinc) is or should be a self contained table set to the width allowed by the header/footer. when i end the header i open a table...
<table>
<tr>
<td valign=top>
these are usually the last lines in the store header. the first lines in the footer should be...
</td>
</tr>
</table>
this will close out the "nested" content area followed by whatever you determine the footer should contain.
for customizing the ppinc to fit your layout just be sure the srcipts are intact and the stuff you want to use is between the <form> </form> tags. otherwise stuff wont carry on as expected or possibly display as expected. try customizing ppinc-1a this maybe an easier ppinc for a novice to customize.
also, it looks as though you intend to have a left nav and a right nav or info bar. so the header should contain the top and left nav and the footer should contain the right nav and the bottom (if any). the ppinc or content area will be sandwitched between the left and right nav cells (td).
regards,
dan