View Full Version : Border around the custom banner?
Shane Canfield
Sep-07-2005, 05:29 PM
Hi all, on my custom banner placed in the header...it seems to work fine, but it has what appears to be a white line or border around it. Is there a way to remove this?
This is copy of what is now in my Header HTML:
<div align="center">
<img src="http://shanecanfield.smugmug.com/photos/25854805-M.jpg" width="600" height="135">
</div>
To see this specifically, it is at www.shanecanfieldphotography.com (http://www.shanecanfieldphotography.com)
Thanks again, Shane
Shane Canfield
Sep-07-2005, 06:53 PM
Ok, I tried adding border="0" and nothing, so maybe it is not a border. Anyone have a thought? It looks like this is HTML and not CSS. Thanks!
Barb
Sep-07-2005, 06:54 PM
Hi all, on my custom banner placed in the header...it seems to work fine, but it has what appears to be a white line or border around it. Is there a way to remove this?
This is copy of what is now in my Header HTML:
<div align="center">
<img src="http://shanecanfield.smugmug.com/photos/25854805-M.jpg" width="600" height="135">
</div>
To see this specifically, it is at www.shanecanfieldphotography.com (http://www.shanecanfieldphotography.com)
Thanks again, Shane
Hi Shane :)
Try adding what I have in yellow here to your header:
<div align="center">
<img src="http://shanecanfield.smugmug.com/photos/25854805-M.jpg" width="600" height="135" border="0">
</div>
Barb
Sep-07-2005, 06:55 PM
Hi Shane :)
Try adding what I have in yellow here to your header:
<div align="center">
<img src="http://shanecanfield.smugmug.com/photos/25854805-M.jpg" width="600" height="135" border="0">
</div>
Oops, I didn't see your additional message :(
Shane Canfield
Sep-07-2005, 06:58 PM
Hi Barb...that was exactly what I was thinking, but alas, it did not work! Maybe not a border I'm dealing with? But do you see that white line around the banner? What is that?!?
devbobo
Sep-07-2005, 07:06 PM
Hi Barb...that was exactly what I was thinking, but alas, it did not work! Maybe not a border I'm dealing with? But do you see that white line around the banner? What is that?!?
Shane,
The problem is with the actual image, crop one pixel width around the image and the problem disappears.
Cheers,
David
Barb
Sep-07-2005, 07:08 PM
Hi Barb...that was exactly what I was thinking, but alas, it did not work! Maybe not a border I'm dealing with? But do you see that white line around the banner? What is that?!?
Yes, I see it. I was looking at your source code and am wondering if it has something to do with the .imgborder stuff. But one of the CSS gurus will have to help with this one. Sorry :(
Shane Canfield
Sep-07-2005, 07:27 PM
Thanks Barb...you are always great!
Yes, I see it. I was looking at your source code and am wondering if it has something to do with the .imgborder stuff. But one of the CSS gurus will have to help with this one. Sorry :(
Shane Canfield
Sep-07-2005, 07:28 PM
Thanks David, I will try that next! Best, Shane
Shane,
The problem is with the actual image, crop one pixel width around the image and the problem disappears.
Cheers,
David
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.