|
Posted by azzamqazi on 11/10/94 11:53
Thanks a lot guys. So lets see here is what i have to do to display the
image in a new window right?
<a href="yourimage.jpg" target="whatever"><img src="yourimage.jpg"></a>
Also can i tell the browser to fetch the image from another website, is
there a way i can specify a URL to the image in this command?
I greatly appreciate all the help guys.
Thanks a lot :)
Chris F.A. Johnson wrote:
> On 2006-07-19, azzamqazi@gmail.com wrote:
> > Hi guys,
> >
> > How are you all doing? Hope good. I have a problem and was
> > wondering if someone can help me out here. I have a webpage with images
> > in it. Now what i want to do is that when the user clicks on the image,
> > the image will appear in a new Window and will be enlarged. I dont know
> > much HTML and would greatly appreciate it if someone can help me out
> > here.
>
> The important thing is DON'T! If the user wants it in a new window,
> he can tell the browser to do that. Just put the img in a link, with
> a thumbnail in the img:
>
> <a href="xxx.png"><img src="xxx-thumb.png" alt="xxx.png"></a>
>
> --
> Chris F.A. Johnson <http://cfaj.freeshell.org>
> ===================================================================
> Author:
> Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Navigation:
[Reply to this message]
|