Log In · Register

 
 
Closed TopicStart new topic
table with css?
conair
post Jul 4 2004, 03:47 PM
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.
 
tofumonzter
post Jul 4 2004, 06:48 PM
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 -->
 
conair
post Jul 5 2004, 04:13 PM
Post #3


Moderator out of training...
***

Group: Member
Posts: 72
Joined: Jan 2004
Member No: 322



Ok, what about the same situation, but I need it for a row with 3 colums not a whole table.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: