or with css,
A "fake" botton, just coloring around it with css
to make the link appear as a botton
HTML Code:
a.botton {
border: 2px outset;
padding: 1px;
text-decoration: none;
font-size: 11px;
background:#D4D0C8;
color: #000000;
line-height: normal;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 1em;
padding-right: 1em;
}
HTML Code:
<a href="http://www.eeeee.ddddd" class="botton">"add new link"</a>
Note : "" is not needed around the actual botton text.
Attachment 95154