html - Gifs wont appear on website -


i'm making small website 1 of classes, want put 2 gifs , 2 images in 1 table 2x2 reason show tiny red boxes, css on page creates red border i'm assuming that's showing css.

<html>  <head> <title> hype! hype! hype! hype! hype! hype! hype! hype! hype!  </title>  <meta name="description" content ="website game mirrors edge 2" />  <meta name="author" content="---" />  <meta name="copyright" content="&copy;2015" />  <!-- specify base formatting style sheet file-->  <link rel="stylesheet" type="text/css" href="base.css" />  <!-- specify local formatting style sheet page-->  <style>   body {background-color : light-grey; color : silver;}  </style>    </head> <body> <table> <caption> mirrors edge 2 </caption> <tr>  <td><a href="home.html"> home </a></td> <td><a href="comments.html">commments</a></td> <td><a href="story.html">story</a></td> <td><a href="wwk.html">what know</a></td> <td><a href="hype.html">hype!</a></td> <td><a href="list.html">list of characters</a></td> <td><a href="studio.html">the studio</a></td> </tr> </table>  <header> <h2> can't wait </h2> <p>it's going good</p> </header>  <h1> stoked </h1>  <table> <caption> hype </caption> <tr> <td><img src"hype1.gif"></img></td> <td><img src"hype2.gif"></img></td> </tr> <tr> <td><img src"faith3.jpg"></img></td> <td><img src"logo.jpg"></img></td> </tr> </table>  <h3> sub sub heading </h3> <br /> text text text </br> <a href="home.html">return</a>   </body>  </html> 

if showing error boxes inside table, urls of images incorrect. check , ensure images correctly named , in same folder html file.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -