Hello ppl! Well im here concerning my link updater (you can add new links to the page via mysql) Everytime php calls mysql for the links in the menu it makes a space between every link... which I don't want it to do! why is it doing this? go here: www.clanph.net/display.php to have a look. The menu is to the left. You'll be able to see the space between the 2 links.
Helpful info:
The while loop is in a table cell below the "Menu" table layout. Then there is a another table layout below the while loop which contains $a_row which calls for the links from the db. And then below that is another table cell (like the while loop cell) which has "}" to end the loop.
PS: The site was made in Dreamweaver MX. Pll who use it may understand the 2 different types of tables im talking about! (cell and layout)