THE PROBLEM:
I recently wanted to add a picture to Coretek’s SharePoint site, and I needed to easily attach a hyperlink (essentially, create a ‘button’). I had no problem uploading the picture; but when I would try to insert the hyperlink itself, I would get an unwanted border around my picture.
As you might guess, this takes away from a nice, clean, look of the page. If you have multiple hyperlinked pictures next to each other of different sizes, then you really have a less than ideal look.
THE FIX:
After looking around and trying to select different image options (none of which get rid of the border), a simple and quick fix came to mind: the HTML code. All you have to do is go in and insert the following into your HTML code:
border=”0” (that’s a zero, by the way)
There you have it! A quick fix to taking out the border on your inserted hyperlinked image.
Tags: border, html code, hyperlink, SharePoint





