View Single Post
  #11  
Old 10-20-2007, 01:57 PM
 
fotodog13 fotodog13 is offline
 

Senior Member
  
Join Date: Sep 2007
Posts: 126
 

Default Re: Removing the images in the category boxes?

Hi Balinor,

Thanks for your help, unfortunately that code creates a new set problems.

Using what you supplied duplicated everything in the vert menu box so I did this


<table cellspacing="1" width="100%" class="VertMenuBorder">
<tr>
<td class="VertMenuTitle">{$menu_title}</td></tr>
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<tr>
<td class="VertMenuBox">
<table cellpadding="{$cellpadding|default:"5"}" cellspacing="0" width="100%">
<tr><td>{$menu_content}<br /></td></tr>
</table>
</td></tr>
</table>


Which gets me closer but it cutts off the title in the category section of the vert menu. when I check the page.


Ex. it should bre saying

Prints-water and boats

but instead says

prints-water and....

its truncated the title.

also tried your second code sample which I agree is cleaner but gave me the same results, ( duplicating listings) but liked it as it is much cleaner code.

Thoughts about why its truncating the title?




Thanks

Scott

PS- I know why I am working, but why are you, its too nice of a day here to be banging away on this stuff.
__________________
scott v
x cart version 4.1.8 (Unix)
Reply With Quote