De lijntjes om de menu tabellen sluiten echter niet goed aan. Ik dacht dat je dat met Border="0" kon verhelpen.
Maar dat werkt niet.
voorbeeld: http://mordox.org (even in stijl menu -> witte achtergrond kiezen )
dit is één van mijn block files. in dit geval van het navigatie menu:
Code: Selecteer alles
<table width="100%" cellpadding="1" cellspacing="1" border="0" >
<tr>
<td class="cat" colspan="2" height="28"><span class="cattitle"><a class="gensmall">{L_BOARD_NAVIGATION}
</a></span></td>
</tr> </table>
<table border="0" cellpadding="5" cellspacing="1" width="100%">
<tr>
<td class="row1"><span class="gensmall">
<img src="images/pip.gif"><a href="portal.php">  {L_HOME}</a><br />
<img src="images/pip.gif"><a href="index.php">  Forum</a><br />
<img src="images/pip.gif"><a href="recent.php">  {L_RECENT}</a><br />
<img src="images/pip.gif"><a href="dload.php">  {L_DOWNLOAD}</a><br />
<img src="images/pip.gif"><a href="activity.php">  {L_ACTIVITY}</a><br />
<img src="images/pip.gif"><a href="kb.php">  {L_KB}</a><br />
<img src="images/pip.gif"><a href="faq.php">  FAQ</a><br />
<img src="images/pip.gif"><a href="contact_form.php">  Contact</a><br />
<hr width=100%>
<!-- BEGIN switch_user_logged_out -->
<img src="images/pip.gif"><a href="{U_REGISTER}">  {L_REGISTER}</a><br />
<!-- END switch_user_logged_out -->
<img src="images/pip.gif"><a href="{U_LOGIN_LOGOUT}">  Login/Logout</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="statistics.php">  {L_STATISTICS}</a><br />
<img src="images/pip.gif"><a href="toplist.php">  Toplist</a><br />
<img src="images/pip.gif"><a href="links.php">  Links</a><br />
<img src="images/pip.gif"><a href="calendar.php">  {L_CALENDAR}</a><br />
<img src="images/pip.gif"><a href="chat.php">  Irc Chat</a><br />
<img src="images/pip.gif"><a href="shoutbox_max.php">  ShoutBox</a><br />
<img src="images/pip.gif"><a href="ranks.php">  {L_RANKS}</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="album.php">  Album</a><br />
<img src="images/pip.gif"><a href="album_personal_index.php">  {L_ALBUM_PERSONAL_INDEX}</a><br />
<img src="images/pip.gif"><a href="album_personal.php">  {L_ALBUM_PERSONAL}</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="privmsg.php">  {L_PRIVATEMSGS}</a><br />
<img src="images/pip.gif"><a href="http://mail.thealtar.nl">  E-Mail</a><br />
<img src="images/pip.gif"><a href="viewonline.php">  {L_VIEW_COMPLETE_LIST}</a><br />
<img src="images/pip.gif"><a href="memberlist.php">  {L_MEMBERLIST}</a><br />
<img src="images/pip.gif"><a href="groupcp.php">  {L_USERGROUPS}</a><br />
<img src="images/pip.gif"><a href="nickpage_list.php">  Nickpage</a><br />
<img src="images/pip.gif"><a href="profile.php">  {L_PROFILE}</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="search.php">  {L_SEARCH_FORUM}</a><br />
<img src="images/pip.gif"><a href="dload.php?action=search">  {L_SEARCH_DOWNLOADS}</a><br />
<img src="images/pip.gif"><a href="kb_search.php">  {L_SEARCH_KB}</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="radplay2.php">  Radio</a><br />
<img src="images/pip.gif"><a href="rabbitoshi.php">  Rabbitoshi</a><br />
<img src="images/pip.gif"><a href="quiz.php">  Quiz</a><br />
<img src="images/pip.gif"><a href="sudoku.php">  Sudoku</a><br />
<img src="images/pip.gif"><a href="bank.php">  Bank</a><br />
<img src="images/pip.gif"><a href="casino.php">  Casino</a><br />
<img src="images/pip.gif"><a href="lottery.php">  {L_LOTTERY}</a><br />
<br /></span>
</td>
</tr>
</table>
Bedankt!