hwg-basics archives | Apr 2000 | new search | results | previous | next |
Re: Link Graphicby "Debra Sawyers" <dsawyers(at)ptd.net> |
|
> This doesn't work: > > <table align="center" width="300"> > <tr> > <td width="100><a HREF="Title page 2"><img width="40" height="20" > src="file:///Macintosh HD/HTML/Manual/Buttons/Teal home"></a> ...... > > This does work: > > <table align="center" width="300"> > <tr> > <td width="100><a HREF="Title page 2"></a><a HREF="Title page 2"><img > width="40" height="20" src="file:///Macintosh HD/HTML/Manual/Buttons/Teal > home"></a>........ > > Can anyone please tell me why? What am I doing wrong? I DON'T GET IT!!! The most obvious error I see is that in your TD tag, the 100 has an opening quote and not an ending quote which will throw off the next tag because it looks for "end" of that value. The first one should work when you close the width attribute. I'd also suggest that you correct the image reference to a relative address or your image won't appear when you upload :-) Deb
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA