I have 2 images on a site that I have uploaded through Drupal 6 modules. The images show in Firefox, but do not show in Safari, IE or Opera.
Here is the code...any suggestions?
<?php if ($featured): ?>
<div id="featured"><a href="current"><?php print $featured ?></a></div>
<?php endif; ?>
<?php if ($gallerylink): ?>
<div id="photos"><a href="gallery"><?php print $gallerylink ?></a></div>
<?php endif; ?>
Link to to the site: http://latinoflavored.com/test/
|