Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Lionsanime Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 05-01-2007, 08:51 AM   #1 (permalink)
Inactive
 
Join Date: 05-01-07
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

mtaylor314 is liked by many
table help

I have a table w/ one tr and several td's. The style from the client would just like a simple pipe '|' between td's as the separator. What is a simple way to code the table to look like this

Home | Contact | Site Map | Links

Thanks in advance for the help
mtaylor314 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-01-2007, 09:39 AM   #2 (permalink)
Inactive
 
Join Date: 04-10-07
Location: www.webfoyers.com
Posts: 68
iTrader: 0 / 0%
Latest Blog:
None

brealmz is liked by somebodybrealmz is liked by somebodybrealmz is liked by somebody
<a href="contact.html">Contact</a> <span class="pipe">| </span>

<style>
.pipe{
margin-left:15px;
margin-right:15px;
}
</style>
brealmz is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-01-2007, 09:43 AM   #3 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 18,004
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
That's not employing tables, though.
(Why tables, anyhow?)

<td class="menu">Home</td>
<td class="menu">Contact</td>
<td class="menu">Site Map</td>
<td>Links</td>

.menu {
border-right: 1px black solid;
}
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-01-2007, 10:37 AM   #4 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
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!

__________________
JUNE - JavaScript Framework
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 04:58 PM
Table or Div Jordonias Web Design Lobby 25 08-09-2006 10:47 AM
Table Gap ?? Sketch Coding Forum 2 08-30-2005 04:11 PM
CSS on one table thepartydj Coding Forum 9 01-05-2005 08:03 AM
Table help Leader of Men Coding Forum 5 11-25-2003 10:53 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 07:22 AM.
© Copyright 2008 V7 Inc