Webmaster Forum


Go Back   Webmaster Forum > Web Development > Graphic Design Forum

Graphic Design Forum Discuss and share graphic design and multimedia topics and projects, including ads, banners, logos, etc. Be creative. Be original. Show us what you got. Constructive criticism only!


Closed Thread
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 05-05-2011, 05:39 AM
Banned
Latest Blog:
None

 
Join Date: 03-05-11
Location: dubai
Posts: 67
iTrader: 0 / 0%
how can i insert hyper link in jpeg file?

can any body tell me how can i insert hyper link in jpeg file? and which software can i use photo shop or image ready plz tell me
 
  #2 (permalink)  
Old 05-05-2011, 10:05 AM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,083
iTrader: 5 / 100%
Can you clarify what you are doing please. Are you trying to get a clickable link in your image?
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
  #3 (permalink)  
Old 05-05-2011, 11:55 AM
WebsitesFreeway's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 05-05-11
Location: UK
Posts: 63
iTrader: 0 / 0%
The hyperlink should go in the html coding for the web page immediately before the image. e.g <a href="http://www.website.com"><picture.jpg></a>
 
  #4 (permalink)  
Old 05-05-2011, 10:31 PM
lordspace's Avatar
Contributing Member
 
Join Date: 05-30-06
Location: Canada
Posts: 913
iTrader: 0 / 0%
<picture.jpg> should be <img src="picture.jpg" alt="" />
 
  #5 (permalink)  
Old 05-06-2011, 11:56 PM
Banned
Latest Blog:
None

 
Join Date: 03-05-11
Location: dubai
Posts: 67
iTrader: 0 / 0%
iw ant to insert link on picture i am not designing any website just wanted to know how i insert link on picture by useing photo shop or image ready just need to insert only link on a picture
 
  #6 (permalink)  
Old 05-09-2011, 07:52 AM
Junior Member
 
Join Date: 05-09-11
Posts: 1
iTrader: 0 / 0%
Quote:
Well, to associate an image map with an image, simply add the usemap attribute to the img tag for the image. In the above example, the image map is called "shapes", so our img tag looks like this:

Code:
<img src="http://www.v7n.com/forums/images/shapes.jpg" width="375" height="102" style="border: none;" alt="Shapes" usemap="#shapes"/>
Note the usemap="#shapes" attribute, that associates the image map with the image.
Reference: http://archive.devwebpro.com/articles/0131a.html

Last edited by HTMLBasicTutor; 05-09-2011 at 09:17 AM.
 
  #7 (permalink)  
Old 05-09-2011, 09:19 AM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,083
iTrader: 5 / 100%
Had you read all of the replies you would have seen the OP is not doing a web page.
Quote:
Originally Posted by sweetdani View Post
iw ant to insert link on picture i am not designing any website just wanted to know how i insert link on picture by useing photo shop or image ready just need to insert only link on a picture
Quote:
Originally Posted by cristine04 View Post
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
  #8 (permalink)  
Old 05-14-2011, 03:24 PM
g36's Avatar
g36 g36 is offline
Contributing Member
Latest Blog:
None

 
Join Date: 05-14-11
Posts: 83
iTrader: 0 / 0%
It's easy, use this:
<a href="http://website.com"><img src="your image"></a>
 
  #9 (permalink)  
Old 05-14-2011, 03:32 PM
deepsand's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 01-14-10
Location: State College, PA
Posts: 14,520
iTrader: 0 / 0%
Quote:
Originally Posted by g36
It's easy, use this:
<a href="http://website.com"><img src="your image"></a>
How do you encode that within a JPEG file so that it is actionable?

__________________
__________________
While each is entitled to his own opinion, no one is entitled to his own "facts."
 
  #10 (permalink)  
Old 05-14-2011, 04:20 PM
ScriptMan's Avatar
Super Moderator
 
Join Date: 02-10-07
Location: Central Kentucky
Posts: 10,085
iTrader: 4 / 100%
Other than using it on a web page or other HTML environment which is not what this person wants to to do, I am not aware of any method. Since it sounds like mischief ware in the making I don't think I would tell even if I knew a way to do it.

Just my opinion.
__________________
SEO does not mean Spam Everywhere Online
Scriptman's Playhouse || Ramblings from an old man
2013 resolution: Don't feed trolls
ScriptMan
 
  #11 (permalink)  
Old 05-14-2011, 07:22 PM
deepsand's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 01-14-10
Location: State College, PA
Posts: 14,520
iTrader: 0 / 0%
I don't think that the OP is necessarily up to no good, but just wants know how it is that clicking on some images causes a certain action, and mistakenly believes that that is a property of the image file itself, rather than being an externally defined attribute.

__________________
__________________
While each is entitled to his own opinion, no one is entitled to his own "facts."
 
  #12 (permalink)  
Old 05-14-2011, 08:55 PM
webcrafters's Avatar
v7n Mentor
 
Join Date: 07-26-07
Location: Georgia
Posts: 3,959
iTrader: 2 / 100%
If it is not for a web environment then what are we linking to? In addition, though I am surely not all knowing unless some type of scripting or programming code is used there is no possible way to do it...a picture is a picture...
__________________
The Solutions You've Been Looking For
www.techwizardsolutions.com / Forum @ MyTechZone
Remote Computer Repair / Complete Computer Care / Managed Antivirus / Unlimited Online Backup

 
  #13 (permalink)  
Old 05-15-2011, 12:24 AM
deepsand's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 01-14-10
Location: State College, PA
Posts: 14,520
iTrader: 0 / 0%
Quote:
Originally Posted by webcrafters View Post
...a picture is a picture...
Bingo.

You could embed a picture of the text of an anchor element in a picture, but it remains a non-actionable picture.

Code is code, content is content.

Could you write an application that treats content as code? Yes. But, in the present case, that would require a specialized application that would treat the JPEG file in a manner other than the usual.

__________________
__________________
While each is entitled to his own opinion, no one is entitled to his own "facts."
 
Go Back   Webmaster Forum > Web Development > Graphic Design Forum

Closed Thread

Tags
photo shop or image ready


Currently Active Users Viewing This Thread: 6 (0 members and 6 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert Backspace Into .TXT File Eleqtriq Coding Forum 2 12-27-2010 05:11 AM
How to insert php file in wordpress post or page globalcashsite Coding Forum 5 11-08-2010 06:25 PM
Your shopping review free here with one hyper link. mikejohn Content 0 08-15-2008 10:04 AM
Hyper-link problem GCZ Coding Forum 6 09-07-2007 09:15 AM
How can I insert a menu in text form into an external .css file Jason Web Design Lobby 1 11-19-2004 07:38 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 10:58 PM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.