I need help finding the error in my code that is keeping the very last photo from being in the column to the left of where it is now. It's a four column by six row table and the picture keeps showing up outside of the table. Every image is sized to 150px by 150px and fits except this one (the middle four cells for the last the two rows have one image that is 300 px by 300px).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

I need help finding the error in my code that is keeping the very last photo from being in the column to the left of where it is now. It's a four column by six row table and the picture keeps showing up outside of the table. Every image is sized to 150px by 150px and fits except this one (the middle four cells for the last the two rows have one image that is 300 px by 300px). 

<table style="background-color: green; color: black; font-family: Arial;">
<tr>
<th colspan="4"> Congaree National Park </th>
</tr>
<tr>
<th colspan="4"> 100 National Park Rd, Hopkins, SC 29061 </th>
</tr>
<tr>
<td> <a href="Thumbnails/C1.jpg" target="dog"> <img src="Thumbnails/C1-small.png" alt="C1"> </a></td>
<td> <a href="Thumbnails/C2.jpg" target="dog"> <img src="Thumbnails/C2-small.png" alt="C2"> </a></td>
<td> <a href="Thumbnails/C3.jpg" target="dog"> <img src="Thumbnails/C3-small.png" alt="C3"> </a></td>
<td> <a href="Thumbnails/C4.jpg" target="dog"> <img src="Thumbnails/C4-small.png" alt="C4"> </a></td>
</tr>
<tr>
<td> <a href="Thumbnails/C5.jpg" target="dog"> <img src="Thumbnails/C5-small.png" alt="C5"> </a></td>
<td colspan="2" rowspan="2"> <a href="Thumbnails/CK.jpg" target="dog"> <img src="Thumbnails/CK-small.png" alt="CK"
width="300px" height="300px"> </a></td>
<td> <a href="Thumbnails/C6.jpg" target="dog"> <img src="Thumbnails/C6-small.png" alt="C6"> </a></td>
</tr>
<tr>
<td> <a href="Thumbnails/C7.jpg" target="dog"> <img src="Thumbnails/C7-small.png" alt="C7"> </a></td>
<td> </td>
<td> <a href="Thumbnails/C8.jpg" target="dog"> <img src="Thumbnails/C8-small.png" alt="C8"> </a></td>
</tr>
<tr>
<th colspan="4"> Click on any image to enlarge it! </th>
</tr>
</table>
Transcribed Image Text:<table style="background-color: green; color: black; font-family: Arial;"> <tr> <th colspan="4"> Congaree National Park </th> </tr> <tr> <th colspan="4"> 100 National Park Rd, Hopkins, SC 29061 </th> </tr> <tr> <td> <a href="Thumbnails/C1.jpg" target="dog"> <img src="Thumbnails/C1-small.png" alt="C1"> </a></td> <td> <a href="Thumbnails/C2.jpg" target="dog"> <img src="Thumbnails/C2-small.png" alt="C2"> </a></td> <td> <a href="Thumbnails/C3.jpg" target="dog"> <img src="Thumbnails/C3-small.png" alt="C3"> </a></td> <td> <a href="Thumbnails/C4.jpg" target="dog"> <img src="Thumbnails/C4-small.png" alt="C4"> </a></td> </tr> <tr> <td> <a href="Thumbnails/C5.jpg" target="dog"> <img src="Thumbnails/C5-small.png" alt="C5"> </a></td> <td colspan="2" rowspan="2"> <a href="Thumbnails/CK.jpg" target="dog"> <img src="Thumbnails/CK-small.png" alt="CK" width="300px" height="300px"> </a></td> <td> <a href="Thumbnails/C6.jpg" target="dog"> <img src="Thumbnails/C6-small.png" alt="C6"> </a></td> </tr> <tr> <td> <a href="Thumbnails/C7.jpg" target="dog"> <img src="Thumbnails/C7-small.png" alt="C7"> </a></td> <td> </td> <td> <a href="Thumbnails/C8.jpg" target="dog"> <img src="Thumbnails/C8-small.png" alt="C8"> </a></td> </tr> <tr> <th colspan="4"> Click on any image to enlarge it! </th> </tr> </table>
Congaree National Park
100 National Park Rd, Hopkins, SC 29061
Click on any image to enlarge it!
Transcribed Image Text:Congaree National Park 100 National Park Rd, Hopkins, SC 29061 Click on any image to enlarge it!
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Image Element
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education