вот так попорядку идут, внутри table еще один td создал и в него вашу надпись вставил
[CODE]<st yle type="text/css">
a.share-switch {
display: block;
width: 20px;
height: 20px;
background: scroll transparent url('images/share.gif') center center no-repeat;
}
.share-window-parent {
position: relative;
}
table.bookmarks-table {
padding: 0px;
height: 19px;
/ / height : 18 px;
}
.share-dialog {
z-index: 1000;
position: absolute;
top: 0px;
}
.share-dialog-left {
left: 18px;
}
.share-dialog-right {
right: 18px;
}
.share-dialog-inner-left {
background: scroll transparent url('images/background.gif') right center no-repeat;
padding: 0 1px 1px 4px;
/ / padding : 1 px 1 px 1 px 4 px;
}
.share-dialog-inner-right {
background: scroll transparent url('images/background-right.gif') left center no-repeat;
padding: 0 4px 1px 1px;
/ / padding : 1 px 4 px 1 px 1 px;
}
td.bookmarks {
padding-left: 2px !important;
padding-right: 2px !important;
padding-top: 1px !important;
padding-bottom: 0px !important;
border: none !important;
}
.bookmarks a {
background: none no-repeat scroll center center transparent;
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
}
.bookmarks a.vk {
background-image: url('images/vk.gif');
}
.bookmarks a.facebook {
background-image: url('images/facebook.gif');
}
.bookmarks a.twitter {
background-image: url('images/twitter.gif');
}
.bookmarks a.delicious {
background-image: url('images/delicious.gif');
}
.bookmarks a.lj {
background-image: url('images/lj.gif');
}
.bookmarks a.mailru {
background-image: url('images/mailru.gif');
}
</style>
<table class="bookmarks-table" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="bookmarks">
Поделиться
</td>
<td class="bookmarks">а
<a href="http://www.facebook.com/share.php?u=http://kudybech.ru&t=" on click="return fbs_click('http://kudybech.ru', '');" target="_blank" class="facebook" title="Facebook"></a>
</td>
<td class="bookmarks">
б
<a href="http://twitter.com/home/?status=http://kudybech.ru+" on click="return twitter_click_1('http://kudybech.ru');" target="_blank" class="twitter" title="Twitter"></a>
</td>
<td class="bookmarks">
в
<a href="http://delicious.com/save" on click="return delicious_click('http://kudybech.ru', '');" target="_blank" class="delicious" title="Delicious"></a></td>
<td class="bookmarks">
г
<a href="http://vkontakte.ru/share.php?url=http://kudybech.ru" on click="return vk_click('http://kudybech.ru');" target="_blank" class="vk" title="ВКонтакте"></a>
</td>
</tr>
</tbody>
</table>[/CODE]
[CODE]<st yle type="text/css">
a.share-switch {
display: block;
width: 20px;
height: 20px;
background: scroll transparent url('images/share.gif') center center no-repeat;
}
.share-window-parent {
position: relative;
}
table.bookmarks-table {
padding: 0px;
height: 19px;
/ / height : 18 px;
}
.share-dialog {
z-index: 1000;
position: absolute;
top: 0px;
}
.share-dialog-left {
left: 18px;
}
.share-dialog-right {
right: 18px;
}
.share-dialog-inner-left {
background: scroll transparent url('images/background.gif') right center no-repeat;
padding: 0 1px 1px 4px;
/ / padding : 1 px 1 px 1 px 4 px;
}
.share-dialog-inner-right {
background: scroll transparent url('images/background-right.gif') left center no-repeat;
padding: 0 4px 1px 1px;
/ / padding : 1 px 4 px 1 px 1 px;
}
td.bookmarks {
padding-left: 2px !important;
padding-right: 2px !important;
padding-top: 1px !important;
padding-bottom: 0px !important;
border: none !important;
}
.bookmarks a {
background: none no-repeat scroll center center transparent;
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
}
.bookmarks a.vk {
background-image: url('images/vk.gif');
}
.bookmarks a.facebook {
background-image: url('images/facebook.gif');
}
.bookmarks a.twitter {
background-image: url('images/twitter.gif');
}
.bookmarks a.delicious {
background-image: url('images/delicious.gif');
}
.bookmarks a.lj {
background-image: url('images/lj.gif');
}
.bookmarks a.mailru {
background-image: url('images/mailru.gif');
}
</style>
<table class="bookmarks-table" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="bookmarks">
Поделиться
</td>
<td class="bookmarks">а
<a href="http://www.facebook.com/share.php?u=http://kudybech.ru&t=" on click="return fbs_click('http://kudybech.ru', '');" target="_blank" class="facebook" title="Facebook"></a>
</td>
<td class="bookmarks">
б
<a href="http://twitter.com/home/?status=http://kudybech.ru+" on click="return twitter_click_1('http://kudybech.ru');" target="_blank" class="twitter" title="Twitter"></a>
</td>
<td class="bookmarks">
в
<a href="http://delicious.com/save" on click="return delicious_click('http://kudybech.ru', '');" target="_blank" class="delicious" title="Delicious"></a></td>
<td class="bookmarks">
г
<a href="http://vkontakte.ru/share.php?url=http://kudybech.ru" on click="return vk_click('http://kudybech.ru');" target="_blank" class="vk" title="ВКонтакте"></a>
</td>
</tr>
</tbody>
</table>[/CODE]