H. Remove 'Border' from Linked Image
When you insert an image on your website, it links to itself! In other words if you click on it, it just goes to a screen with that picture. In this case, while in edit mode, just click on the picture to open the 'Image Menu'. Click on 'Remove' (shown below). This will remove the link..., and the border.
VOILÀ!
Sometimes you need your image to link to something, but you still want to get rid of that unsightly border. In that case, use the following steps:
1) Click the 'Edit' icon (or 'Edit Site Layout' if your border is in the Navigation Sidebar.)
2) Click on the HTML tab in the 'Edit' section
3) Find the <IMG> tag. It will look something like this:
<img src="https://sites.google.com/a/wilsonk12tn.us/tennessee-virtual-online-school/home/calendar.png" >
4. Add style="background-color:transparent;border:none" just inside the right bracket (>)
5. Now, it will look like this:
<img src="https://sit........school/home/calendar.png"style="background-color:transparent;border:none" >