css: button_link
an example of making your link looks like a button
.button_link{
border:#ccc 2px outset;
color:#000;
font-weight: bold;
padding:2px 5px 2px 5px;
margin:2px;
text-decoration:none;
}
| Subcribe via RSS
an example of making your link looks like a button
.button_link{
border:#ccc 2px outset;
color:#000;
font-weight: bold;
padding:2px 5px 2px 5px;
margin:2px;
text-decoration:none;
}