Matt ... sometimes giving directions can be a real b-tch, but I'll try, To open the target of a link (which in your case would be the thumbnail; the target would be the larger picture), you would use the following tag ... note that for example purpose I'm using my own web site AND omitting one of the t�s in http (so as not to end up with an actual link; I think that's called a hyper link):
< A HREF="htp://www.geocities.com/buddychai/"TARGET="NEW" > Welcome to Brighton Beach < /A > If I typed in a full http, I'd get the following (and it should open in a new browser): <A HREF="http://www.geocities.com/buddychai"TARGET="NEW">Welcome to Brighton Beach</A> Note that in a browser, it would be the �Welcome to Brighton Beach� that would be the hyper link. If I am wrong, this message is going to look like one big mess (life can be risky). In YOUR case, the general tag would be: <A HREF="htp://THE URL OF YOUR TARGET/"TARGET="NEW"> NAME OF YOUR LINK </A> Notice you only add the TARGET="NEW" to a standard hyper link to open the target (the larger picture) in a new browser. And remember to add the t making it http. And if this is not exactly what you want ... well, I tried. Harold B (still in Brighton Beach, Brooklyn, NY ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
