i only needed the links in the main navbar so for me this worked...
$tabselected = '';
$tablinks = '';
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="http://xxxxxxxxxx/payments.php">Buy VIP!</a>'.$tablinks.'</li>' ;
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="http://xxxxxxxxxx/" target="_new">xxxxxxxx</a>'.$tablinks.'</li>' ;
but im still trying to figure out how to put a gap after the nav buttons end and then another one near the other side, connected to the search bar
--------------- Added [DATE]1262861307[/DATE] at [TIME]1262861307[/TIME] ---------------
yea i tryed but i still cant figure out how to make one link stay at the far right instead of beside each other, a space and it shows at the very end of the bar...
i tried <ul style='float:right'> but even if that worked its probably not the best coding so some help would be appreciated
|