table with css? |
table with css? |
![]()
Post
#1
|
|
![]() Moderator out of training... ![]() ![]() ![]() Group: Member Posts: 72 Joined: Jan 2004 Member No: 322 ![]() |
I have a row with three colums and i want the row to have a black backgroud with a grey bottom border. What would css code be in a stylesheet? And how would I put the class name in the table? Thanks.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() [[one piece :D ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,722 Joined: Jan 2004 Member No: 795 ![]() |
for table class name
CODE <!-- begin code provided by createblog.com --> <table class="classname"> <!-- end code provided by createblog.com --> stylesheet CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .classname { background-color: #000; border-bottom: #CCC; } </style> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |