CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 6th, 2003, 01:15 PM
mssharpe mssharpe is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 1 mssharpe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to mssharpe
Talking CSS for table borders

This will be my first attempt at using css. I need to put a border in a table, it needs to be down the second column only. How do I go about doing this. Thanks

Reply With Quote
  #2  
Old August 6th, 2003, 01:45 PM
fubar fubar is offline
Mid-level Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 44 fubar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 36 m 29 sec
Reputation Power: 5
insert table in second colum

Someone correct me if I am wrong but you cannot put a border around a specific column. I suggest you insert a table with a border for the second column.

Reply With Quote
  #3  
Old August 6th, 2003, 01:57 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,299 jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level)jharnois User rank is Major General (70000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 1 h 54 m 17 sec
Reputation Power: 760
Code:
<html>

<head>
<title>FooBar</title>
<style type="text/css">
td
  {
  padding: 3px;
  }
#foo
  {
  border-collapse: collapse;
  border: 0px none;
  }
#col2top
  {
  border-top: 1px solid black;
  }
.col2
  {
  border-right: 1px solid black;
  border-left: 1px solid black;
  }
#col2bottom
  {
  border-bottom: 1px solid black;
  }
</style>
</head>

<body>
<table id="foo">
  <tr>
    <td>A</td>
    <td id="col2top" class="col2">B</td>
    <td>C</td>
  </tr>
  <tr>
    <td>J</td>
    <td class="col2">K</td>
    <td>L</td>
  </tr>
  <tr>
    <td>X</td>
    <td id="col2bottom" class="col2">Y</td>
    <td>Z</td>
  </tr>
</table>
</body>

</html>
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
  #4  
Old August 6th, 2003, 02:07 PM
fubar fubar is offline
Mid-level Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 44 fubar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 36 m 29 sec
Reputation Power: 5
i stand correct

I stand corrected.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS for table borders


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway