coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Herr Kaufmann on December 29, 2005, 04:00:14 PM

Title: Firefox vs. IE
Post by: Herr Kaufmann on December 29, 2005, 04:00:14 PM
Next question -

Please, look @ www.catalyst-group.info/gallery

When i open my gallery in the Internet Explorer (i use Firefox) there is 1 or 2px "empty" space belove the header picture (between this picture and black colored border)...any clue why..? This occures only in IE, in Firefox not!  ???
Title: Re: Firefox vs. IE
Post by: ecto on December 29, 2005, 05:04:04 PM

          <td valign="top" align="center" style="border-bottom: 1px solid #000;">
                <img src="themes/classic/images/header.jpg" >
          </td>


Try putting all of that on one line like this:


          <td valign="top" align="center" style="border-bottom: 1px solid #000;"><img src="themes/classic/images/header.jpg" /></td>


And don't forget to add a / to the end of the <img> tag like I did above.