Hello,
I am working on designing a product page (a list)
This includes an image …
Because the image ‘path’ comes from a database,
will often not have the same height and width than I have in mind!
How do I enter a fixed value for the width,
which the height is automatically adjusted.
<?php
while($row = mysql_fetch_row($result))
{
$path = $row[0];
echo " verpakking : $verpakking / eenheid : $eenheid ;
}
?>
Thankx in in advance…