My forum header shows a black border around it. The original image has no border but when I place it in the header location I get the border. I tried tweaking the file but still unable to solve this. I can show the file through PM. Could anyone kindly help me sort this problem please . Link: First in sig.
Since your header images is also a link. a border will be created around it automatically. If you don't need a border in you header image. you just specify image's border size to "0". <a href="http://www.ippilots.com/forum/index"> <img src = "forum/images/IpPilots-Header.gif" border="0"> </a> HTML:
Yup, and can be taken care of with a single global style: img { border: 0; vertical-align: bottom; /* this removes the gap that can appear under images in Internet Explorer 5, 6 and Netscape 6 */ ] Code (markup):