Borders |
![]() ![]() |
Borders |
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. |
|
|
|
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> |
|
|
|
![]() ![]() |