![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hiding Border Around Linked Images in Firefox
I'm designing a very simple site in Dreamweaver and have a couple of images that link to other pages, however, Firefox puts a blue box around the images. How do I remove the borders?
|
|
#2
|
|||
|
|||
|
Re: Hiding Border Around Linked Images in Firefox
***Jake*** wrote:
> I'm designing a very simple site in Dreamweaver and have a couple of images that link to other pages, however, Firefox puts a blue box around the images. How do I remove the borders? Are you using a css style sheet linked to the page? If yes then add the below code to it. a img { border: none; } If no then cut the code below and paste it in your pages code directly before the closing head tag </head> which can be located near to the top of the page. <style type="text/css"> a img { border: none; } </style> |
|
#3
|
|||
|
|||
|
Re: Hiding Border Around Linked Images in Firefox
On Sep 29, 11:39*am, "***Jake***" <webforumsu...@macromedia.com>
wrote: > I'm designing a very simple site in Dreamweaver and have a couple of images that link to other pages, however, Firefox puts a blue box around the images. How do I remove the borders? try using a border of 0 on your image <a href="SomePage.htm"><img src="ImagePath/image.gif" alt="Alt Text" name="Name" width="100" height="100" border="0" id="ID"/></a> |
|
#4
|
|||
|
|||
|
Re: Hiding Border Around Linked Images in Firefox
Thank you very much.
|
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|