View Single Post
  #2  
Old 10-01-2008, 05:16 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Putting column text inside the menu border

Quote:
Originally Posted by ladybird
Hi

I have successfully managed to add a text field to my vertical right menu, and I have added a menu border to - I just need one of you technically minded masters to help me get the title and text inside the borders

Can anyone point me in the right direction for how to get the text to show up in the right place on the page ... here is my code ...

{capture name=menu}
Spend over $120 in one order to receive free shipping! <br> <br> Simply enter the coupon code <br><br><strong>bulkbuy</strong> <br> <br> when you check out.
{/capture}
{ include file="menu_border.tpl"
dingbats="dingbats_categorie.gif"}
{ include file="menu.tpl" dingbats="dingbats_orders.gif" menu_title=$lng.TITLE_LNG_NAME menu_content=$smarty.capture.menu }
<br />

the sight is makeuwell.com.au

Thanks in advance

Try use next code:

PHP Code:
{capture name=menu}
Spend over $120 in one order to receive free shipping! <br> <brSimply enter the coupon code <br><br><strong>bulkbuy</strong> <br> <brwhen you check out.
{/
capture}
{ include 
file="menu.tpl" dingbats="dingbats_orders.gif" 
menu_title=$lng.TITLE_LNG_NAME menu_content=$smarty.capture.menu }
<
br /> 
Reply With Quote