Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2060 How do I remove the blue box around my image?

You are here: irt.org | FAQ | HTML | Q2060 [ previous next ]

By adding the attribute BORDER="0" into your <IMG... tag you can take away the border around your image created when you are using that image as a link. If this is not needed for your page design, it is suggested to leave it in for those 'surf ers' that don't yet know that an image without a border can be a link. Your <IMG.. tag would look like:

<IMG SRC="graphic.gif" BORDER=0 HEIGHT=xx WIDTH=yy ALT="alternate text"> 

©2018 Martin Webb