Скрин --> http://i013.radikal.ru/1101/c1/dea01c07ada1.jpg
Это в CSS:
Code
.linkbutton,
.linkbutton:link,
.linkbutton:active,
.linkbutton:visited {height:25px; padding:0 0 0 9px; margin:0 1px; display:inline-block; font-family:Tahoma; font-size:10px; color:#7c7c7c; text-shadow:1px 1px 1px #f7f7f7; text-transform:uppercase; background:url(http://cs-ufa.net.ru/images/link_button_bg.png) no-repeat 0 0; cursor:pointer;}
.linkbutton:hover {text-decoration:none; background-position:0 -26px;}
.linkbutton:hover span {background-position:right -26px;}
.linkbutton span {height:19px; padding:6px 11px 0 0; display:inline-block; background:url(http://cs-ufa.net.ru/images/link_button_bg.png) no-repeat right 0; cursor:pointer;}
.linkbutton span:hover {background-position:right -26px;}
Это на главной в низу нажимаем на http://s20.ucoz.net/img/fr/mnH.gif и код заменяем на свой
Code
<div style="float: right;"><a href="/news/0-0-0-0-1" class="linkbutton"><span>Добавить новость</span></a></center></div>
[Table]Выделенное красным цветом код где быдет кнопка стоять <div style="float: right;">
center - по центру
right - по правой стороне
left - по левой стороне[/Table]