Hmm.. The problem is that I am the webmaster and I know very little about web site coding...
Do you think creating a 'div' class and define 'border-style:none' will fix the issue?
Do you know the lines that I can add to the 'css' file so that I can have the image borders removed?
I was thinking that maybe I could try to do something like
<div class="logo">
<a href="
http://www.instantssl.com" id="comodoTL">Instant SSL Certificate[/url]
<script language="JavaScript" type="text/javascript" >
COT("
https://cloud9esmokes.com/Corner-of-Trust.gif", "SC2", "none");
</script>
</div>
Then in my 'css' file, I can define 'logo' to hold the parameters like :
logo
{
border-style:none
}
----
My knowledge of css and web stuff is kinda limited..... so if I am totally off base, please let me know.