I really hope you can help me with this.
I'm running the following:
CMSMS 1.0.2
Linux
Apache 1.3.37
PHP 5.2.0
MySQL 4.1.21-standard
Album 0.8.2
umask 002
I've used Album to upload two images. Then added comments for both. The second line of the first comment is a link back to the source of the picture.
I've changed the stylesheet so that width is 72 px and height is given free reign - to prevent distortion/stretch.
The problem comes when viewing the generated page. The image, and only one shows even though there are two images, appears with the comment and part of the style sheet showing.

Revealing the source shows:
Code: Select all
<ul class="albumlist">
<li class="thumb">
<a href="http://www.gonewz.com/index.php?mact=Album,cntnt01,default,0&cntnt01albumid=1&cntnt01returnid=97">
<img src="http://www.gonewz.com/uploads/images/thumb_BandKominasbig.gif" alt="album1" title="album1 - Punjabi Band Kominas<br />
Source: <a href="http://www.indianewengland.com/">India New England</a>" height="59" /></a>
<p class="albumname">album1<br />
<span class="albumpicturecount">(2 images)</span><br />
<span class="albumcomment">Punjabi Band Kominas<br />
Source: <a href="http://www.indianewengland.com/">India New England</a></span></p>
</li>
</ul>
Thanks in advance
[gelöscht durch Administrator]