Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2002
    Posts
    9

    Default

    I am missing something simple here. I am having a problem with images on my web page. Here is the image text: "wallpaperzx6r1.html" TARGET="_blank">< "wallpaperzx6r1.gif" alt="Click to Enlarge" width=100 height=100 border=0 /">. I know I am missing things in this text. I just wanted to show the href, and src text.

    When I click on my image on the web site I get a blank explorer window. What I want to acomplish is when I click on the image I want it to enlarge in a new window. I do have my graphics and html files in the same directory. Do I have to keep my graphics in a folder seperate from my html files, but in the same directory? [img]/infopop/emoticons/icon_confused.gif[/img]

    [This message was edited by html newbe on March 07, 2002 at 00:57.]

    [This message was edited by html newbe on March 07, 2002 at 00:58.]

  2. #2
    Join Date
    Mar 2002
    Posts
    9

    Default

    I am missing something simple here. I am having a problem with images on my web page. Here is the image text: "wallpaperzx6r1.html" TARGET="_blank">< "wallpaperzx6r1.gif" alt="Click to Enlarge" width=100 height=100 border=0 /">. I know I am missing things in this text. I just wanted to show the href, and src text.

    When I click on my image on the web site I get a blank explorer window. What I want to acomplish is when I click on the image I want it to enlarge in a new window. I do have my graphics and html files in the same directory. Do I have to keep my graphics in a folder seperate from my html files, but in the same directory? [img]/infopop/emoticons/icon_confused.gif[/img]

    [This message was edited by html newbe on March 07, 2002 at 00:57.]

    [This message was edited by html newbe on March 07, 2002 at 00:58.]

  3. #3
    Join Date
    Aug 2000
    Location
    NS Canada
    Posts
    212

    Default

    First off, welcome!

    Second, a URL is always the best way to illustrate a problem, so if you have one or can create one, post it.

    Third, have you created an HTML page for the image? For example you can easily do something like this:

    <a href="wallpaperzx6r1.jpg" TARGET="_blank"><img src="wallpaperzx6r1.gif"
    alt="Click to Enlarge"
    width=100 height=100 border=0>&lt/a>

    ... without any HTML associated with your larger image.

    cfn ... Jen
    Jen Worden
    Web Developer
    www.meadoworks.com
    cfn ... Jen

    Jen Worden
    Web Developer
    www.meadoworks.com

  4. #4
    Join Date
    Mar 2002
    Posts
    9

    Default

    The problem is solved. It works like a charm.
    Thank you.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •