Having issues with custom template/css and displaying data

General ShopSite user discussion

Having issues with custom template/css and displaying data

Postby tbuck » Sun Nov 18, 2007 1:46 pm

I have a shopsite that I have the left menu and the top menu in tables that was sliced using fireworks and put together using dreamweaver. I talked to a tech support person at shopsite, and they said to just insert this code directly into my custom template that I created in dreamweaver:

<div class="products">
<table class="products">
<tr class="products_header">
<td class="products_header"><table class="page_content">
[-- IF PAGE.DisplayGraphic "checked" --]
<tr>
[-- IF PAGE.Graphic --]
<td class="page_image"><img class="page_image" [-- PAGE.Graphic REMOVE_HTML --] alt="[-- IMAGE Page.Graphic --]"></td>
[-- ELSE --]
<td class="page_image"></td>
[-- END_IF --]
[-- IF PAGE.DisplayName "checked" --]
<td class="page_name">[-- PAGE.Name --]</td>
[-- ELSE --]
<td class="page_name"></td>
[-- END_IF --]
</tr>
[-- ELSE --]
[-- IF PAGE.DisplayName "checked" --]
<tr>
<td colspan="2" class="page_name">[-- PAGE.Name --]</td>
</tr>
[-- END_IF --]
[-- END_IF --]
<tr>
<td colspan="2" class="page_text1">[-- PAGE.Text1 --]</td>
</tr>
</table></td>
</tr>
<tr class="prev_next">
<td class="prev_next">[-- PrevNext --]</td>
</tr>
<p style="padding-left : 2em;">
<tr>
<td class="page_products"><table class="page_products">
[-- LOOP PRODUCTS VAR.pr_cols --]
<td class="products_content">[-- PRODUCT --]</td>
[-- END_LOOP PRODUCTS --]
[-- VAR.define "page" --]
</table></td>
<tr class="prev_next">
<td class="prev_next">[-- PrevNext --]</td>
</tr></p>
<tr class="page_text2">
<td class="page_text2">[-- PAGE.Text2 --]</td>
</tr>
[-- IF PAGE.DisplayPageFooter "checked" --]
<tr class="products_footer">
<td class="products_footer">[-- FOOTER --]</td>
</tr>
[-- END_IF --]
<tr class="page_text3">
<td class="page_text3">[-- PAGE.Text3 --]</td>
</tr>
</table>
</div>

But the issue is since the page is all tables, if I put this table in it, it makes all of my graphics crazy looking. So I decided to just do a css layer where the open space was, and put this code in the layer. But the text is now being displayed below my images. Can anybody help?

http://www.lincolnzoo.org/lczoo/lczoomemberships.html
tbuck
 
Posts: 1
Joined: Sun Nov 18, 2007 1:41 pm

Return to User Forum

Who is online

Users browsing this forum: No registered users and 78 guests

cron