Adding link buttons
I have a Blogshares button that I would like to add to the main page of my blog. I thought that when I added the image to my images, and then added it to the code as follows, it would appear by the XML, Helma and antvilla buttons. But, not so. Also, I had hoped to add a link to another blog I have with the same method. Could someone spot my error within this copied code to the main skin?

cobalt123
ok, NOW I am getting the picture - you can't add a button to another site, right?
Here is the code again, so it can be seen: (I have changed the < symbols to x so it can be read.
xdiv class="sep">x% image name="/pixel" width="198" %>x/div>
xdiv class="statuslight">xbr>x% site.xmlbutton %>xbr>xbr>x% logo name="smallstraight" %>xbr>powered byxbr>x% image name="/hop" linkto="http://helma.org" %>xdiv class=x% image name="blogshares button" %>x/div>xdiv class=x% image name="resourcefull info" %>ximage name="/hop" linkto="http://resourcefull.blogspot.com" %>x/div>x/td>
x/tr>
x/table>
x/body>
x/html>
dm42
cobalt123, i see two problems with your markup:
1st) image names with a space inside are not allowed and i believe, your images have other name than the ones shown here.
2nd) i think you inserted the text in a wrong position.
instead of
<div class=</div><div class=
try
<div class=whatever></div>
or even
again: the image names may be wrong
hth, dm42
cobalt123
No I see what you are suggesting. I will try this again this weekend...going to a Gnomedex convention on computer tech this weekend in Iowa...see you all later!