can i dictate the size of the image?
Posted: Mon Jan 12, 2004 1:02 pm
i have some code which returns results from a database. one of the results is an image. when it goes into the table it is quite large. I would like to dictate the size of image as part of my code.
below is the line of code that inserts the image into the table.
I tried placing width = "50" height = "40" after the 4th " but it didn't take any notice.
print "<td><img src=\"".$row['image']."\" ></td>";
does anyone know where I place it and if i can?
Cheer in anticipation
below is the line of code that inserts the image into the table.
I tried placing width = "50" height = "40" after the 4th " but it didn't take any notice.
print "<td><img src=\"".$row['image']."\" ></td>";
does anyone know where I place it and if i can?
Cheer in anticipation