Hi PHP Gurus
I display many items in menu of my website.
I have code something like this
echo "<a href='index.php?m_id=".$row['id']."'>".$row['name']."</a>";
I try to add more items in the menu, but they go outside my table boundry. So how can i change the above code, or add more code so that i split menu items in 2 (or more) lines?
thanks
hamamd


