Viewing 1 replies (of 1 total)
  • I expect you’d need to try out moving

    <div class="pic"><?php echo $image->href_link ?></div>
    or possibly

    <p><?php echo $image->alttext ?></p>
    <div class="pic"><?php echo $image->href_link ?></div>

    to be just under the <span id="picgallery"/> statement.

    Your code does seem to be missing a </span> but it’s there on your web page so presumably its a cut/paste/edit issue above.

Viewing 1 replies (of 1 total)
  • The topic ‘Image Browser Jumps to Top of Page’ is closed to new replies.