To further clarify, the line that I want to edit is:
[CODE]
echo "<img src=\"path/".$row['log_filename']."\" width=92 height=62 hspace=0 vspace=0 border=0></a>";echo "</td><td valign='middle'>";
[CODE]
Thank You...EMT
To further clarify, the line that I want to edit is:
[CODE]
echo "<img src=\"path/".$row['log_filename']."\" width=92 height=62 hspace=0 vspace=0 border=0></a>";echo "</td><td valign='middle'>";
[CODE]
Thank You...EMT
Hell again, This is the closest I can get.
[CODE]
echo "<img src=\"mypath/".$row.">" .$row['bands_website']."\"></a>";
[CODE]
It displays an image place holder and of course doesn't link.
I know the <a href has to also be in there somehow. PLEASE HELP...EMT
I Figured it out.
[CODE]
echo "<a href=\"" . $row["bands_website"] . "\"><img src=\"IMAGEPATH/" . $row["log_filename"] . "\" border=0 alt=\"" . $row["text"] . "\"></a>";
[CODE]
EMT
Bookmarks