Okay, so you've fixed the BIG problem I had. Now, I've got a div container for the navigation that spreads across the whole layout - I'd like to have each word to be equally spaced across the div. Check out this to see what I mean, it's hard to explain, but prolly easy to fix:
http://wagtailweb.com/rvr/csstemplate.html Is there a way to do this, or am I going to have to do some other kind of workaround? I can make this work with the following code: <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center"><span class="navigation-dead">Home</span></td> <td align="center"><a href="about.html" class="navigation">About Us</a></td> <td align="center"><a href="agents.html" class="navigation">Our Agents</a></td> <td align="center"><a href="listings.php" class="navigation">Find A Home</a></td> <td align="center"><a href="contact.html" class="navigation">Contact Us</a></td> </tr> </table> inside the div, but i want to abandon my table "binky" completely. :) at least for this experiment. Ray -- ============================== Ray Champagne Application Developer CrystalVision Web Site Design http://www.crystalvision.org 603.433.9559 [EMAIL PROTECTED] ============================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223912 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

