Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

Image will not display - HTML

Please look at http://www.twcdistributors.com/LS-outdoor-lighting1.php.

Note in the row of icons that starts with FX Luminaire the next to last item is text Universal Lighting.

It's not supposed to be that, it's supposed to be an image.

Here is the html:

<div class="clear"></div><div class="content">
        <h1>Outdoor Lighting</h1>
              <p>Bring safety, security and usability to outdoor spaces after dark with complete outdoor lighting solutions from TWC Distributors.&nbsp;&nbsp; Choose from a wide selection of professional-grade fixtures in aluminum, brass and copper.&nbsp;&nbsp; New energy-saving LED options offer outstanding light output with dramatically reduce energy consumption.</p>
              <p>&nbsp;</p>
          <table width="100%" border="0" cellspacing="5" cellpadding="3">
            <tr>
              <td width="10%" align="left" valign="middle"><a href="http://www.fxl.com" target="_blank"><img src="images/logos/products-fx.jpg" alt="FX Luminaire" width="88" height="69" border="0" /></a></td>
              <td width="15%" align="left" valign="middle"><a href="http://www.nightscaping.com" target="_blank"><img src="images/logos/products-nightscaping.jpg" alt="Nightscaping" width="140" height="75" border="0" /></a></td>
              <td width="13%" align="left" valign="middle"><a href="http://www.advantagelightsource.com/" target="_blank"><img src="images/logos/products-advantage.jpg" alt="Advantage" width="120" height="40" border="0" /></a></td>
              <td width="15%" align="left" valign="middle"><a href="http://www.encorelandscapelighting.com/" target="_blank"><img src="images/logos/products-encore.jpg" alt="Encore" width="138" height="73" border="0" /></a></td>
              <td width="14%" align="left" valign="middle"><a href="http://www.unvls.com" target="_blank"><img src="images/logos/products_unvls.jpg" width="276" height="78" alt="Universal Lighting" /></a></td>
            <td width="33%" align="left" valign="middle"><a href="http://www.BrillianceLED.com" target="_blank"><img src="images/logos/products-brillianceLED.png" width="124" height="66" alt="Brilliance LED " /></a></td></tr>
         
            <tr>
              <td align="left" valign="middle"><a href="http://www.hadco.com/Hadco/Public/ProductsLandscape.aspx" target="_blank"><img src="images/logos/products-philips-hadco-logo.jpg" width="125" height="47" alt="Phillips Hadco" /></a></td>
              <td align="center" valign="middle"><a href="http://www.solloslighting.com/" target="_blank"><img src="images/logos/products-sollos.jpg" alt="Sollos" width="111" height="64" border="0" /></a></td>
              <td align="left" valign="middle">&nbsp;</td>
              <td align="left" valign="middle">&nbsp;</td>
              <td align="left" valign="middle">&nbsp;</td>
              <td align="left" valign="middle">&nbsp;</td>
            </tr>
          </table>
        </div>

Obviously, the link is supposed to be this image: "images/logos/products_unvls.jpg.

See the attached, this shows the image is in the proper place on the server.

However, if you do this http://www.twcdistributors.com/images/logos/products_unvls.jpg, you get this (in FireFox) [an error occurred while processing this directive] .

This seems impossible to me.

What's wrong?
Image2.jpg
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Check the file permissions.  If they're not set right, you can get that 404 response.
ASKER CERTIFIED SOLUTION
Avatar of Richard Korts
Richard Korts
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Glad you found it.!
Avatar of Richard Korts

ASKER

Because I figured it out myself before any Expert identified the true cause.