[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: about web link



* eric (fsshl@centurytel.net) [021221 18:54]:
>  <table border=0 width="200"
>  class="rightsidebar">
> 
>  <tr><td><img src="http://www.linuxspice.com/case0.jpg"; width="96"
>  height="64"> </a> </td></tr>
>  </table>

This is WAY off topic.  Here's your fish for the day:

<table class="rightsidebar>
  <tr>
    <td>
      <img src="http://64.91.61.186/case.jpg"; width="96" height="64">
    </td>
  </tr>
</table>

You had a mysterious closing </a> tag for which there was no opening <a>
tag.  This wasn't your main problem, though.  The URL you were trying to
reference in your img tag was no good (404 Not Found).  From looking at
http://www.linuxspice.com I guess you intended to use the URL given
above.  If you want an example of how to reference an image with an
absolute URL, just look at the source of
http://www.linuxspice.com/index.html, since all of their images appear
to be coming from 64.91.61.186, and are all specified with absolute
URLs.

Here's how to fish for the future:

http://mozilla.org/editor/
http://www.w3.org/MarkUp/
http://validator.w3.org/
http://www.oreillynet.com/search/index.ncsp?sp-q=html&sp-k=books&search=search
http://www.w3schools.com/html/

This mailing list is intended for community support for Debian
GNU/Linux.  As it is extraordinarily high-traffic already, we would
appreciate that everyone try to limit posts here to on-topic questions
(somehow related to Debian), and take other questions to more
appropriate fora.

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
http://www.aclu.org/		It's all about Freedom.

Attachment: pgpcVoHZaVJin.pgp
Description: PGP signature


Reply to: