Pagina 1 van 1

lijnen om tabel sluiten niet goed aan in Fisubsilver.

Geplaatst: 19 jan 2006, 22:37
door gies
Ik heb Fisubsilver geinstalleerd, samen met IMportal.

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">&nbsp {L_HOME}</a><br />
<img src="images/pip.gif"><a href="index.php">&nbsp Forum</a><br />
<img src="images/pip.gif"><a href="recent.php">&nbsp {L_RECENT}</a><br />
<img src="images/pip.gif"><a href="dload.php">&nbsp {L_DOWNLOAD}</a><br />
<img src="images/pip.gif"><a href="activity.php">&nbsp {L_ACTIVITY}</a><br />
<img src="images/pip.gif"><a href="kb.php">&nbsp {L_KB}</a><br />
<img src="images/pip.gif"><a href="faq.php">&nbsp FAQ</a><br />
<img src="images/pip.gif"><a href="contact_form.php">&nbsp Contact</a><br />


<hr width=100%>
	  <!-- BEGIN switch_user_logged_out -->
<img src="images/pip.gif"><a href="{U_REGISTER}">&nbsp {L_REGISTER}</a><br />
          <!-- END switch_user_logged_out -->
<img src="images/pip.gif"><a href="{U_LOGIN_LOGOUT}">&nbsp Login/Logout</a><br />

<hr width=100%>
<img src="images/pip.gif"><a href="statistics.php">&nbsp {L_STATISTICS}</a><br />
<img src="images/pip.gif"><a href="toplist.php">&nbsp Toplist</a><br />
<img src="images/pip.gif"><a href="links.php">&nbsp Links</a><br />
<img src="images/pip.gif"><a href="calendar.php">&nbsp {L_CALENDAR}</a><br />
<img src="images/pip.gif"><a href="chat.php">&nbsp Irc Chat</a><br />
<img src="images/pip.gif"><a href="shoutbox_max.php">&nbsp ShoutBox</a><br />
<img src="images/pip.gif"><a href="ranks.php">&nbsp {L_RANKS}</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="album.php">&nbsp Album</a><br />
<img src="images/pip.gif"><a href="album_personal_index.php">&nbsp {L_ALBUM_PERSONAL_INDEX}</a><br /> 
<img src="images/pip.gif"><a href="album_personal.php">&nbsp {L_ALBUM_PERSONAL}</a><br /> 
<hr width=100%>
<img src="images/pip.gif"><a href="privmsg.php">&nbsp {L_PRIVATEMSGS}</a><br />
<img src="images/pip.gif"><a href="http://mail.thealtar.nl">&nbsp E-Mail</a><br />
<img src="images/pip.gif"><a href="viewonline.php">&nbsp {L_VIEW_COMPLETE_LIST}</a><br />
<img src="images/pip.gif"><a href="memberlist.php">&nbsp {L_MEMBERLIST}</a><br />
<img src="images/pip.gif"><a href="groupcp.php">&nbsp {L_USERGROUPS}</a><br />
<img src="images/pip.gif"><a href="nickpage_list.php">&nbsp Nickpage</a><br />
<img src="images/pip.gif"><a href="profile.php">&nbsp {L_PROFILE}</a><br />
<hr width=100%>
<img src="images/pip.gif"><a href="search.php">&nbsp {L_SEARCH_FORUM}</a><br />
<img src="images/pip.gif"><a href="dload.php?action=search">&nbsp {L_SEARCH_DOWNLOADS}</a><br />
<img src="images/pip.gif"><a href="kb_search.php">&nbsp {L_SEARCH_KB}</a><br />
<hr width=100%>


<img src="images/pip.gif"><a href="radplay2.php">&nbsp Radio</a><br />
<img src="images/pip.gif"><a href="rabbitoshi.php">&nbsp Rabbitoshi</a><br />
<img src="images/pip.gif"><a href="quiz.php">&nbsp Quiz</a><br />
<img src="images/pip.gif"><a href="sudoku.php">&nbsp Sudoku</a><br />
<img src="images/pip.gif"><a href="bank.php">&nbsp Bank</a><br />
<img src="images/pip.gif"><a href="casino.php">&nbsp Casino</a><br />
<img src="images/pip.gif"><a href="lottery.php">&nbsp {L_LOTTERY}</a><br />


<br /></span>
		</td>
	</tr>
</table>  
weet iemand hoe ik de lijntjes wel goed kan laten aansluiten op de tabellen ???

Bedankt!

Geplaatst: 19 jan 2006, 22:56
door Bee
Cellpadding op 0 zetten.

Geplaatst: 19 jan 2006, 23:20
door gies
Dat werkt ook niet.

Ik denk dat het iets met IMportal te maken heeft.

als ik namelijk "Show titlebar" laat zien zoals b.v. met de shoutbox, dan staat hij wel goed.

Maar het probleem is dan , dan ik de titelbalk niet 2 talig kan maken.

Als ik zeg: Show titlebar = No, en via

Code: Selecteer alles

<table width="100%" cellpadding="0" 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>
voor de titelbalk zorg, dan kan ik 'm wel 2 talig maken ...

Zou ik iets in Importal kunnen veranderen misschien ?