Question:

In Frontpage, when I add a link to an image, a blue border forms around the image. How do I remove this?

by  |  earlier

0 LIKES UnLike

In Frontpage, when I add a link to an image, a blue border forms around the image. How do I remove this?

 Tags:

   Report

2 ANSWERS


  1. Two ways:

    <img src="myimage.jpg" border="0" />

    OR

    <head>

    <style>

    img {

    border: none;

    }

    </style>

    </head>


  2. You shouldn't.  That is how you know it is a link.

    It doesn't show like that on the web site does it?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.