Thread: table help
View Single Post
Old 05-01-2007, 10:37 AM   #4 (permalink)
Costin Trifan
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,960
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
Lightbulb No tables for what you need...


Use an unordered list instead.

HTML Code:
<style type="text/css" media="screen"> ul.ListMenu { display: inline; list-style-type: none; } ul.ListMenu li.ListItem { display: inline; list-style-type: none; } </style> <body> <div id="MenuContainerDiv"> <ul class="ListMenu"> <li class="ListItem">Home</li> <li class="ListItem">&nbsp;|&nbsp;</li> <li class="ListItem">Contact</li> <li class="ListItem">&nbsp;|&nbsp;</li> <li class="ListItem">Site map</li> <li class="ListItem">&nbsp;|&nbsp;</li> <li class="ListItem">Links</li> </ul> </div> </body>
Hope this helps you!

Costin Trifan is offline   Reply With Quote