On 11 Apr 2001, at 18:59, David wrote:

> I tried posting this in the PHP newsgroup but received no
> response so thought I would try here since issue involves
> MySQL
> 

The easiest solution is to use lists, eg:

<ul>
 <li>Admin</li>
 <ul>
  <li>Networking</li>
  <ul>
   <li>ping
   <li>traceroute
   <li>echo
  </ul>
 </ul>
</ul>

rather than table data cells and amend your code to o/p 
the list tags, eg.

<UL>
<LI><?  echo "$submenu"; ?></LI>
<UL>
<LI>
<a href="<? echo "$url"; ?> "> <? echo "$element";?> 
</a> </LI>

etc

David

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to