I dont get it...
The 1st works,
<!DOCTYPE html>
<BODY>
<TABLE align="center" valign="center" summary="This table places remote photography" border="1">
<CAPTION><EM>Photography</EM></CAPTION>
<TR align="center" valign="center">
<TD><img align="center" valign="center" height="495" width="1200" alt="An image from REMOTE location" src="http://www.petapixel.com/assets/uploads/2012/11/stackedclouds-1.jpg"></TD>
</TR>
</TABLE>
</BODY>
& the 2nd does not work ????
<!DOCTYPE html>
<BODY>
<TABLE align="center" valign="center" summary="This table places remote photography" border="1">
<CAPTION><EM>Photography</EM></CAPTION>
<TR align="center" valign="center">
<TD><img align="center" valign="center" height="495" width="1200" alt="An image from REMOTE location" src="http://www.hermosawavephotography.com/potd/detail.php?pixid=913565"></TD>
</TR>
</TABLE>
</BODY>