Zen Cart Logo

new template

Locked

Views: 632

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Aug 2010, 9:01 AM
#1
giancalr avatar

giancalr

Zen Follower

Join Date:
Jul 2010
Location:
L'Aquila
Posts:
113
Plugin Contributions:
1

new template

I'm doing the upgrade from version 1.2.7 to 1.3.9.
Creado am a new template as a base I'm using the default template, I changed some colors and borders, but when I go to enter data on the Main_Page, or shipping information, or Conditions,
the template sfalla me, and I changed the layout of all products featured and news.
also makes me get out the box on the right page.
quanche info thanks

http://www.erboristeriabio.com/zen139/index.php?main_page=conditions

9 Aug 2010, 9:35 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: new template

You've closed the table here, then used <tr> and <td> later without opening a new table.

** <td height="20"><a href="/index.php?main_page=conditions#x14">14. FORO COMPETENTE</a></td>
</tr>
</table> </td>

</tr> <tr> <td class="plainBox">**

I'm not sure if that's causing the problem, but it's worth a look.

Using a table for the top part makes sense, but it would be a lot easier to wrap the text part in a <div> and style it in the stylesheet. The inline styling you've used may also be part of the problem.

9 Aug 2010, 10:37 AM
#3
giancalr avatar

giancalr

Zen Follower

Join Date:
Jul 2010
Location:
L'Aquila
Posts:
113
Plugin Contributions:
1

Re: new template

thank you for information, another questions:
how to increase the distances of the list of products and how to insert an edge in descizione categories.
Your information was very useful thanks