Question:

Need help finding my errors.

by  |  earlier

0 LIKES UnLike

Everything works except the bookstore image. I have taken the image from the bookstore and cant get it to show up on the web page. Can someone help find the error. Thank you

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<style type="text/css">

h1 {color: Black}

h3 {color: dark purple}

</style>

<title></title>

</head>

<body bgcolor="ADA96E"

<body>

<h1>Bookstore</h1>

<center>

<h1>Heavenly Scents</h1>

</center>

<center>

<h3>By Vada</h3><a href="myimages.html"></a>

</center>

<p><a href="hands.jpg"><img src="hands_small.jpg" width="400"

height="267" alt="Book store"></a></p>

<p><a href="hands.jpg."><img src="hands_large.jpg" width="800"

height="533">alt="Book Store></a></p>

<table>

<tr>

<th width="132" align="left" valign="top" class="style11" scope=

"row">

<p class="style10"><a href="index.html">HOME</a></p>

<p class="style10"><a href="bio.html">BIOGRAPHY</a></p>

<p class="style10"><a href="myimages.html">IMAGES</a></p>

</th>

</tr>

</table>

</body>

</html>

 Tags:

   Report

2 ANSWERS


  1. &lt;body bgcolor=&quot;ADA96E&quot;

    &lt;body&gt;

    Those are two body tags

    get rid of&lt;body&gt; and close &lt;body bgcolor=&quot;ADA96E&quot;&gt;

    you forgot &gt; at the end.

    As far as it goes with the image is it on your webserver?


  2. What mike said and possibly change this

    height=&quot;533&quot;&gt;alt=&quot;Book Store&gt;&lt;/a&gt;&lt;/p&gt;

    into this

    height=&quot;533&quot; alt=&quot;Book Store&gt;&lt;/a&gt;&lt;/p&gt;

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.