Log In · Register

 
add borders
sara217
post Sep 24 2005, 10:52 PM
Post #1


Member
**

Group: Member
Posts: 28
Joined: Jul 2005
Member No: 166,658



how do i add borders around my entries
&
make my entries all the way to the left and not so wide?
 
 
Start new topic
Replies (1 - 1)
YourSuperior
post Sep 25 2005, 10:20 AM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



HTML
<style type="text/css">
table, tr, td, .shadowed {
background: transparent;
}

table {
width: 350px;
margin-left: 0%;
margin-right: 100%;
border: 5px solid;
border-color: #000000;
}
table table {
width: 100%;
margin:0;
}
table table table {
width: auto;
}

-->
</style>
 

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