I'm having trouble getting php to render an image that is 500k.  It does
fine with 200k but the larger images don't show up.  Below is the code
that I am using.  I have php-gd installed.

        <?php
                $img =3D $n->getImage();
                if(!is_null($img)) {
        ?>
        <img src="" echo($img->filename);=
 ?>"
class=3D"border" style=3D"margin:0 0 10px 10px;" alt=3D"<?php
echo($img->alternate_text); ?>" border=3D"0">
        <br><br>
        </td>
        <?php } ?>

Is there any way to get php to render larger pictures?

Pete

-----------------------------------------------------------
Pete Masse
Information Systems
Department of Chemistry/Biochemistry
108 Gains Hall
Montana State University - Bozeman
Bozeman Montana 59717
(406) 994-5379
[EMAIL PROTECTED]
www.chemistry.montana.edu

Reply via email to