PDA

View Full Version : Navbar max size...


InsaneContender
06-09-2004, 10:07 PM
On my site, space is limited... and sometimes the navbar will break lines and get very ugly... try this page for an example: http://www.communityforums.net/forum/article.php?goto=lastcomment&v=1&a=3

What I would like to know, is if there is a way to limit the characters on each line, so if X number is reached, then like it would be:

FROM: The Community Forums > Articles > Community Forums' Features > Media Database

TO: The Community Forums > Articles > Community Forums' Features > Media...


Something like that. I know it is on the Forums home with the latest reply or whatever... but how would I make it do that in the Navbar?

InsaneContender
06-22-2004, 05:01 AM
Bump.

InsaneContender
06-28-2004, 08:43 AM
Bump again. Does no one care?

Jolten
06-28-2004, 06:30 PM
<td width="55%" bgcolor="#FFFFFF"><b>
<p align="center"><b><font face="Verdana, Helvetica" size="1" color="#333333"><a href="/">home</a>&nbsp;&nbsp;&nbsp;&nbsp;
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="/forum">community</a>&nbsp;&nbsp;&nbsp;&nbsp;
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="/media">media</a>&nbsp;&nbsp;&nbsp;&nbsp;
-&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/forum/article.php">articles/reviews</a>&nbsp;&nbsp;&nbsp;&nbsp;
-&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/forum/journal.php">journals</a>&nbsp;&nbsp;&nbsp;&nbsp;
-&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/forum/arcade.php">arcade</a></font></b></td>
<td width="45%">
<table border="0" width="206" cellspacing="0" cellpadding="0">
<tr>
<td width="204"></td>


is there a reason youv'e got the table cell width set to 55%? Why not set it to 100%?