Adding a link to an image?

Joined
Aug 24, 2007
Messages
51
Reaction score
0
Points
6
Your Mac's Specs
Macbook- Intel core 2 duo, 120GB, 1GB of RAM
Hi, I want a image I am editing to link to a myspace page. Is this possible?

I am using photoshop cs and Imageready cs
 
Joined
Jul 18, 2007
Messages
3,184
Reaction score
93
Points
48
Location
Central California
Your Mac's Specs
2.16GHz C2D MacBook w/ 2GB RAM & 120GB HD. HTC Droid Incredible.
You have to use HTML to link an image to a website. You can't do it in Photoshop or ImageReady.
 
Joined
Feb 13, 2007
Messages
254
Reaction score
8
Points
18
Location
Worthing, West Sussex, UK
Your Mac's Specs
27" Retina 5K iMac 3.2Ghz Quad 24GB RAM, 1TB HD. iPhone 11.
oh, well how do you do that?

Well you need to upload your image to some webspace and then be able to create a web page or edit an existing one using the code below. Being completely anti MySpace, Facebook etc etc I don't know exactly how they work but assuming they allow you to actually insert your own HTML the only thing you might have to worry about is absolute and relative paths.

A relative path is a path that points to a file in a folder on your own website where you have access to all the different folders and might look something like this /images/myimage.jpg

An absolute path is typically used when you are using an image that isn't hosted on the same server running your webpage or you don't have access to all the different folders and would look something like this http://www.mywebsite.tld/images/myimage.jpg

So basically ammend the code below to suit your needs

Code:
<a href="path to or URL of your MySpace page"><img src="path to the image you are using on a web server including the file name"</a>
 
Joined
Sep 6, 2007
Messages
2
Reaction score
0
Points
1
re your query

hi friend

yes you can edit a link on myspace page because l learn same issue in one web site web design here is the no. of articles for this issue. you cab solve your problem.

Saroja
 
Joined
Apr 17, 2007
Messages
207
Reaction score
9
Points
18
Your Mac's Specs
i7 iMac; 8gb DDR3 ram; ati mobility 4850; 1tb seagate harddrive @7200rpm
If you're talking about for forums like this, then:

What you do is basically combine the img code and hotlink codes for forums.
So you take the link code (url=, /url), and in the place between the brackets where you put your preview, you put the img code (
)

Here, lemme try to give you an example:

 
Joined
Jul 17, 2007
Messages
171
Reaction score
1
Points
18
Location
Leicester, England
Your Mac's Specs
White Macbook 80GB 2GHz C2D 1GB RAM | iPod Nano 3G 8GB
Code:
<a href="path to or URL of your MySpace page"><img src="path to the image you are using on a web server including the file name"</a>

Don't forget to close the img src tag.
 
Joined
Jul 18, 2007
Messages
3,184
Reaction score
93
Points
48
Location
Central California
Your Mac's Specs
2.16GHz C2D MacBook w/ 2GB RAM & 120GB HD. HTC Droid Incredible.
Code:
<a href="path to or URL of your MySpace page"><img src="path to the image you are using on a web server including the file name"></a>
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top