What is the HTML code to outline text?

Pepper

New member
Here is the code for my sidebar heading:
/* sidebar heading ----- */
#sidebar1 h2, #sidebar2 h2 {
margin: -15px -15px 10px -15px;
padding: 5px 10px 5px 10px;
text-align: center;
color: #fff;
font: normal bold 100% Arial bold, sans-serif;
text-transform: bold;
text-decoration: BOLD;
background: url("http://i47.tinypic.com/if8s3a.png")…
border-top: 0px solid $sidebar1HeaderBorderColor;
border-bottom: 0px solid $sidebar1HeaderBorderColor;
}
So if you know it where do I put it? Here's an example: http://i48.tinypic.com/rizoz6.png THANKS! :D
 
Back
Top