Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TR border Links 1

Status
Not open for further replies.

minoad

Programmer
Mar 28, 2001
138
US
I have an extremely annoying problem that I believe has a quick fix to it.
I have created a single row table containing 5 elements. Each of these elements contains a picture and a link. In linking these a border has appeared. I cannot for the life of me get this border to disapear. Any help would be appreciated.

The problem code is below:

<td>
<a href=&quot;test.html&quot;>
<img src=&quot;pics/buttons/btnSearch.jpg&quot; />
</a>
</td>

Thanks

Micah A. Norman
 
<img src=&quot;pics/buttons/btnSearch.jpg&quot; border=&quot;0&quot;/>
---------------------------------------
{ str = &quot;sleep is good for you. sleep gives you the energy you need to function&quot;;
ptr = /sleep/gi;Nstr = str.replace(ptr,&quot;coffee&quot;);alert(Nstr); }
---------------------------------------
for the best results to your questions: FAQ333-2924

 
You are an absolute life saver. Thanks


Micah A. Norman
 
glad to help out always.
thanks for the star [smile] ---------------------------------------
{ str = &quot;sleep is good for you. sleep gives you the energy you need to function&quot;;
ptr = /sleep/gi;Nstr = str.replace(ptr,&quot;coffee&quot;);alert(Nstr); }
---------------------------------------
for the best results to your questions: FAQ333-2924

 
what's amazing? ---------------------------------------
{ str = &quot;sleep is good for you. sleep gives you the energy you need to function&quot;;
ptr = /sleep/gi;Nstr = str.replace(ptr,&quot;coffee&quot;);alert(Nstr); }
---------------------------------------
for the best results to your questions: FAQ333-2924

 
Were we being ironic BDNFLNC ? [bigsmile] Hope I helped / Thanks for helping
if ((Math.abs(x)<10&&Math.abs(y)<10) &&(((parseIntx.toString()+y.toString())-x-y)%9)!=0)){alert(&quot;I'm a monkey's uncle&quot;);}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top