lykaveri Posted October 15, 2010 Share Posted October 15, 2010 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> Quote Link to comment https://forums.phpfreaks.com/topic/215942-help-needed-with-site-menu/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.