OK, check this out, see if you can work it out.
Firstly, have a look at
http://esf.ausmoh.com/BF1942_Members%202.php
and then
http://esf.ausmoh.com/BF1942_Members%203.php
Now, notice on the first one there are no images underneath my name (ezpz) whereas on the second one there is.
This code was used in teh first one:
Code:
<center><img width=\"70%\" height=\"70%\" src=\"Medals/$b\"></center>
Where percentage is used (perfectly good html as far as I'm aware)
In the second one:
<center><img width=\"70\" height=\"70\" src=\"Medals/$b\"><center>
Where pixels are used.
The images I will be including on teh page are all different sizes and shapes, therefore using pixels to resize would be innapropriate and % needs to be used.
Why no image is displayed when percent is used is beyond me. I'll post my whole php file if you need it. Anyway, let me know what you think