QUOTE (agkits @ Oct 9 2008, 02:42 PM)

Thanks Eddie!
Elie, ... See this post.
http://forums.networksolutions.com/designi...code-t1009.htmlWacky, I made the image and use a javascript
CODE
<script type="text/javascript">
function addbookmark(title, url)
{if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")}
</script>
<a href="java script:addbookmark('Truck Engine Parts', 'http://www.yoursitehere.com');"><img src="images/bookmark.gif" border="0" /></a>
Thanks Steve... part of the reason is because I have ....and will have some long named sub cats. To prevent them from jumping to multiple lines I had to go with a wider column.
I like you site.
Email me your information. I want to see how much you will charge to work on my site.
sales@americangamingsupply.com
Thanks.
QUOTE (agkits @ Oct 9 2008, 02:42 PM)

Thanks Eddie!
Elie, ... See this post.
http://forums.networksolutions.com/designi...code-t1009.htmlWacky, I made the image and use a javascript
CODE
<script type="text/javascript">
function addbookmark(title, url)
{if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")}
</script>
<a href="java script:addbookmark('Truck Engine Parts', 'http://www.yoursitehere.com');"><img src="images/bookmark.gif" border="0" /></a>
Thanks Steve... part of the reason is because I have ....and will have some long named sub cats. To prevent them from jumping to multiple lines I had to go with a wider column.
Also where do you put that script?