Log In · Register

 
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.
 
 
Start new topic
Replies
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 -->
 

Posts in this topic


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