This is a discussion on "Unwanted border around image." within the Web Page Design section. This forum, and the thread "Unwanted border around image. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Unwanted border around image.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Unwanted border around image.
I have created a link using the thumbnail image in my pages.
On IE do you see a border around the image? Can you let me know, and how can I get rid of that? http://www.pamafurn.com/pama08/catalog/children.html thanks. |
|
#2
|
|||
|
|||
|
Re: Unwanted border around image.
I think I fixed it. Selected thumbnail and Set border to zero.
You should not see a border now. |
|
#3
|
|||
|
|||
|
Re: Unwanted border around image.
in your CSS put img {border:0;} for all images.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Unwanted border around image.
div.img1 {
border: 0px solid #FFFFFF; height: 250px; width: 176px; float: left; text-align: center; left: 20px; text-decoration: none; background-image: url(../../frame.jpg); visibility: visible; } This is the css I am using for this page http://www.pamafurn.com/pama08/finis.../standard.html Where do I add your suggestion? Is that a ".img". Sorry... |
|
#5
|
|||
|
|||
|
Re: Unwanted border around image.
.thumb {border:none}
This is what I added to the css. Can you check on a PC if the border is gone on the page http://www.pamafurn.com/pama08/finis.../standard.html I am on a Mac. Its not showing up on Safari. Thanks. |
|
#6
|
|||
|
|||
|
Re: Unwanted border around image.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#7
|
|||
|
|||
|
Re: Unwanted border around image.
Thanks for checking.
I use a MacBook Pro Duo. I will be getting windows soon, and VMWare. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linking an image without a border | xJustin | Web Page Design | 7 | Jun 26th, 2008 21:08 |
| Need to remove border around image link | bear31 | Web Page Design | 2 | Jun 23rd, 2008 07:43 |
| need help with css to have a 50px image with padding border | kets786 | Web Page Design | 2 | Feb 26th, 2008 13:11 |
| unwanted space under image in IE | Craigj1303 | Web Page Design | 2 | Sep 5th, 2007 21:47 |
| Linked image keeps displaying a border? | ricoantinoro | Web Page Design | 11 | Dec 9th, 2006 00:27 |