Log In · Register

 
Borders
dork__head
post Dec 23 2005, 08:23 PM
Post #1


Senior Member
***

Group: Member
Posts: 40
Joined: Jul 2005
Member No: 181,484



Hey, how do I get a thin black border around all of my tables?
Also, is there a way to make my whole page in CAPS? I forgot if I asked that already. I don't think so.
 
 
Start new topic
Replies
freeflow
post Dec 23 2005, 08:28 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



You did ask it already in this topic..
http://www.createblog.com/forums/index.php?showtopic=115072
For caps try this:
CODE
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: uppercase; line-height:12px;}

Just try that. Add it to your css. Or replace it in your css and edit teh settings.

For borders around tables at this to your css stylesheet or edit it
CODE
table table table {border: 1px solid; border-color: ######; background-color: ######; }

Edit the settings.

If you don't have a css stylesheet add those between styletags (<style>and</style>). So the first one would look like
<style>
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: uppercase; line-height:12px;}
</style>
or
<style type=text/css>
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: uppercase; line-height:12px;}
</style>
 

Posts in this topic
dork__head   Borders   Dec 23 2005, 08:23 PM
toyo loco   You did ask it already in this topic.. http://www...   Dec 23 2005, 08:28 PM


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