Jump to content

help needed with site menu


lykaveri

Recommended Posts

Hi, I am doing a website template and now i have a problem, here is the code, The problem is the menu is so: 1.test

                                                                                                                                                                              2.test

                                                                                                                                                                              3.test

 

But how to get the menu so: 1.test 2.test 3.test and so on :) I am a beginner maybe someone can give some advice.

Regards, Marx

 

<table cellspacing=1 cellpadding=2 border=0 width=98%>

<tr>

<td colspan=3>

{if $qplans > 1}

<input type=radio name=h_id value='{$plans[plans].id}' {if (($smarty.section.plans.first == 1) && ($frm.h_id eq '')) || ($frm.h_id == $plans[plans].id)} checked {/if} >

<!-- <input type=radio name=h_id value='{$plans[plans].id}' {if (($smarty.section.plans.first == 1) && ($frm.h_id eq '')) || ($frm.h_id == $plans[plans].id)} checked {/if} {if $compounding_available > 0}onclick="document.spendform.compound.disabled={if $plans[plans].use_compound == 1}false{else}true{/if};"{/if}> -->

{else}

<input type=hidden name=h_id value='{$plans[plans].id}'>

{/if}

 

<b>{$plans[plans].name}</b></td>

</tr>

</table><br><br>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.