Forum Moderators: coopster

Message Too Old, No Replies

Horizontal Navigation Bar using images and Info from database

         

zwebby

12:41 pm on Jan 14, 2005 (gmt 0)

10+ Year Member



I am trying to build a horizontal navigation bar that shows page titles from a database. It needs to be able to show all pages as the user adds records to the site. I figured out how to list the pages in a repeating region vertically, but i can't make the records list horizontally.

Can someone help, please. Thanks

dkin

1:36 pm on Jan 14, 2005 (gmt 0)

10+ Year Member



a mod will be able to go into more detail but I assume something like this is what you will need. Just to get you started.

echo '<tr>';
while {
echo '<td>Menu Item</td>';
}
echo '</tr>';