Image not showing up

liunx

Guest
There is a jpg image on my web site, <!-- m --><a class="postlink" href="http://www.powow.com/justaquatics/index.html">http://www.powow.com/justaquatics/index.html</a><!-- m -->, the image won't show up. It doesn't show up in Notepad either. I typed the img code twice but it thinks there is only one picture. I copied and pasted the names. The images are in the directory. What is wrong? This has never happend to me. Does the image have a problem? The images are 3 kb.<!--content-->I see this<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"button3d.jpg><br><br />
<img src=http://www.htmlforums.com/archive/index.php/"button2d.jpg><br><br />
<br />
see the problem? you forgot a " in the img src<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"button3d.jpg"><br><br />
<img src=http://www.htmlforums.com/archive/index.php/"button2d.jpg"><br><!--content-->
 
Back
Top