Page is a not externally linkable
frankb3 - 9:39 pm on May 23, 2011 (gmt 0)
I've switched the image source to Smug Mug as Wufoo has secure only access to the files. Smug mug is working ok. I'm having an issue now with images with no link showing up as blue boxes with ? marks in them in Internet Explorer and Safari. Firefox seems to work ok. Spanning code also doesn't work the same in all three browsers....
Here;s my table code as it stands now:
</tr>";
while($row = mysql_fetch_array($result)) {
echo "
<tr><td><b>" . $row['Directory_Listing_Name_Year'] . '</b> </td><td span class="style42">' . $row['Support_Denote'] . "</td><tr>
<td colspan=\"2\">" . $row['Directory_Listing_03'] . "</td>
<td colspan=\"4\"<tr><td><img src=\"". $row['Attach_your_class_photo']."\">
<td><td span> <img src=\"". $row['Attach_a_recent_photo']."\"> </td></tr>
";
}
echo "</table>";
Any problems you can help me spot?
Thanks
Frank