html - it works with Safari but not Firefox -


i using same template 2 different pages. thing changes name of picture. new picture doesn't work firefox. 2 codes: first 1 works, not second. can please tell me do? thanks

    <body> <p>   <map name="map" id="map">     <area shape="rect" coords="68,130,336,309" href="../index.html" alt="home" />   </map> </p> <table width="2000" border="0">    <tr>     <td width="486" rowspan="2">&nbsp;</td>     <td><img src="../images/pictures/architecture/logoarchi.jpg" usemap="#map2" border="0"  /></td>   </tr>   <tr>     <td width="1498" valign="top"><div id="gallery" class="lbgallery">       <ul> 

etc... logoarchinature doesn't appear in firefox:

    <body> <p>   <map name="map" id="map">     <area shape="rect" coords="68,130,336,309" href="../index.html" alt="home" />   </map> </p> <table width="2000" border="0">   <tr>     <td width="486" rowspan="2">&nbsp;</td>     <td><img src="../images/pictures/architecture_and_nature/logoarchinature.jpg" usemap="#map2" border="0" /></td>   </tr>   <tr>     <td width="1498" valign="top"><div id="gallery" class="lbgallery">       <ul> 

etc... all other images show , in same directory.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -