2009/7/13 Arden Currie <[email protected]>: > <http://home.comcast.net/~ardcurrie/test.html>
<a href="image_lg.jpg" target="_blank"> "<img class="right" src="image.jpg" alt="Image goes here with link to large version" title="Image goes here with link to large version."/>"</a> The quotes are being caused by the quotes you have around the image tag. Remove them... <a href="image_lg.jpg" target="_blank"><img class="right" src="image.jpg" alt="Image goes here with link to large version" title="Image goes here with link to large version."/></a> ...and they'll go away. -Stuart -- http://stut.net/ > On Jul 13, 2009, at 10:31 AM, Jared ''Danger'' Earle wrote: > >> On 13 Jul 2009, at 18:29, Arden Currie wrote: >>> Hello, Sorry to interrupt your day but I thought I should ask for >>> some professional help. I have a fairly simple web page I have been >>> working on. Since my skills lie elsewhere can someone figure out what >>> is wrong on this test page. The images are placing a link artifact >>> on the line above the images. I am sure it is simple mistake but I >>> haven't been able to fix. >>> Thanks, Arden >> >> Sure, post the link. > > _______________________________________________ > OSX-Nutters mailing list | [email protected] > http://lists.tit-wank.com/mailman/listinfo/osx-nutters > List hosted at http://cat5.org/ > _______________________________________________ OSX-Nutters mailing list | [email protected] http://lists.tit-wank.com/mailman/listinfo/osx-nutters List hosted at http://cat5.org/
