Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. Displaying full sized Image

Displaying full sized Image

Scheduled Pinned Locked Moved Article Writing
questionhtml
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rspercy65
    wrote on last edited by
    #1

    How do I display a full sized image as an option to the currently displayed smaller Image? Here is partial html code. I did not display all the code here. It starts with img src="img src="BlackBeautyMP3PlayerwithPlaylistOption640x480.png" width="640" height="480" . Lets imagine that this code is displaying an image of a mp3 player. The image seems small for code project article. I want to in-large the image on another page to its full size. How do I do this? I am using coffeecup html editor and not the code project's article wizard. Thankx in advance for any correct answer :-D rspercy65

    rspercy65

    S 1 Reply Last reply
    0
    • R rspercy65

      How do I display a full sized image as an option to the currently displayed smaller Image? Here is partial html code. I did not display all the code here. It starts with img src="img src="BlackBeautyMP3PlayerwithPlaylistOption640x480.png" width="640" height="480" . Lets imagine that this code is displaying an image of a mp3 player. The image seems small for code project article. I want to in-large the image on another page to its full size. How do I do this? I am using coffeecup html editor and not the code project's article wizard. Thankx in advance for any correct answer :-D rspercy65

      rspercy65

      S Offline
      S Offline
      Sean Ewington
      wrote on last edited by
      #2

      Hi rspercy65, Typically what we do is put a full size option clickable within the smaller one. So like this: <a href="BlackBeautyMP3PlayerwithPlaylistOption1200x800.png"><img src="BlackBeautyMP3PlayerwithPlaylistOption640x480.png" width="640" height="480" border="0"/></a> You could also put a comment below if you wanted to direct the reader, like <div class="Caption">Click to see larger image</div> Please let me know if you have further questions or need help with this.

      Thanks, Sean Ewington CodeProject

      R 1 Reply Last reply
      0
      • S Sean Ewington

        Hi rspercy65, Typically what we do is put a full size option clickable within the smaller one. So like this: <a href="BlackBeautyMP3PlayerwithPlaylistOption1200x800.png"><img src="BlackBeautyMP3PlayerwithPlaylistOption640x480.png" width="640" height="480" border="0"/></a> You could also put a comment below if you wanted to direct the reader, like <div class="Caption">Click to see larger image</div> Please let me know if you have further questions or need help with this.

        Thanks, Sean Ewington CodeProject

        R Offline
        R Offline
        rspercy65
        wrote on last edited by
        #3

        That is pretty smart. I like it. THANX very much Sean. rspercy65

        rspercy65

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups