Help - Search - Members - Calendar
Full Version: Linking pictures....Please Help
HTMLHelp Forums > General Interest > Site Review Requests
Jake
When I link my picture I always get a box around the pic. How can I prevent this ?

http://lessco.org/mm5/merchant.mvc?Screen=...ategory_Code=SL
Jake
This is the code i used. If that helps.

<a href="http://lessco.org/mm5/merchant.mvc?Screen=PROD&Store_Code=lessco&Product_Code=SL_UltraStinger&Category_Code=SL"><img src=http://walkerdurham.web.aplus.net/images/Streamlight_piggyback_charger.bmp>
Corey Bryant
Try
CODE
border="0"
to the image tag or
CODE
img {
border: 0}
to your CSS
Christian J
QUOTE(Jake @ Apr 18 2007, 08:32 PM) *

This is the code i used. If that helps.

<a href="http://lessco.org/mm5/merchant.mvc?Screen=PROD&Store_Code=lessco&Product_Code=SL_UltraStinger&Category_Code=SL"><img src=http://walkerdurham.web.aplus.net/images/Streamlight_piggyback_charger.bmp>


Side-notes: "&" in HTML should be escaped as "&amp;": http://htmlhelp.com/tools/validator/problems.html.en#amp

Also you shouldn't use ".bmp" files on the web.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.