Hi.
As u can see on our page:
http://wow.naboene.net
I've alteret the menu, but can't figure out how to display the addons as 4 in a row.
Any suggestions?
Regards
DT1375
print " <tr>\n <td colspan=\"4\" align=\"center\" valign=\"top\" class=\"row".(($roster_conf['menu_right_pane'] && $guild_data_rows > 0) ? '' : 'right')." addon\" style=\"width:430px;\">\n";
<li><a href="teamspeak.php">TeamSpeak</a></li>
<!-- Links Column 2 -->
<td valign="top" class="row links">
<ul>
<?php
if( $roster_conf['menu_pvp_page'] && $roster_conf['pvp_log_allow'] )
print '<li><a href="'.$roster_conf['roster_dir'].'/indexpvp.php">'.$wordings[$roster_conf['roster_lang']]['pvplist'].'</a></li>'."\n";
if( $roster_conf['menu_honor_page'] )
print ' <li><a href="'.$roster_conf['roster_dir'].'/indexhonor.php">'.$wordings[$roster_conf['roster_lang']]['menuhonor'].'</a></li>'."\n";
if( $roster_conf['menu_memberlog'] )
print ' <li><a href="'.$roster_conf['roster_dir'].'/memberlog.php">'.$wordings[$roster_conf['roster_lang']]['memberlog'].'</a></li>'."\n";
if( $roster_conf['menu_keys_page'] )
print ' <li><a href="'.$roster_conf['roster_dir'].'/indexinst.php">'.$wordings[$roster_conf['roster_lang']]['keys'].'</a></li>'."\n";
?>
<li><a href="teamspeak.php">TeamSpeak</a></li>
</ul></td>
<!-- Links Column 3 -->
<?php
require_once( 'settings.php' );
if( empty($guild_info) )
{
message_die( $wordings[$roster_conf['roster_lang']]['nodata'] );
}
$header_title = "Allakhazam";
include_once (ROSTER_BASE.'roster_header.tpl');
include_once (ROSTER_LIB.'menu.php');
print border('syellow','start');
?>
<table width="1000" cellspacing="0" cellpadding="1" border="0" class="main_roster_menu">
<td valign="top" class="row links">
<ul><li>
<iframe style="width:100%" height="700" scrolling="yes" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" src="http://wow.allakhazam.com/db/qlookup.html"></iframe>
</ul></td>
</table>
<?php print border('syellow','end');
include_once (ROSTER_BASE.'roster_footer.tpl');
?>
Users browsing this forum: No registered users and 1 guest