Logged Out
Create an Account
Login:
Password:

Forgot your password?
Linking Pics

Linking Pics
[Back to Index]
Thread Tags
Primary: [Support]
Secondary: None

Well Chops, I'm sure this is an easy one for you. I posted a Pic on a news page. What I can't figure out is how to link the image with another web site.
Simply enter the URL of the image:

ie: http://www.blahblah.com/blahblah/blah.jpg


--
It's all in the reflexes.
Quote by Chops
Simply enter the URL of the image:

ie: http://www.blahblah.com/blahblah/blah.jpg


I think they are looking for how to make the image a link like...



You just use the URL tag like this and in between the tags you put the link to the picture.
[url=http://www.worldofwarcraft.com/info/burningcrusade/index.xml][/url]


--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
Quote by Saudorun
Quote by Chops
Simply enter the URL of the image:

ie: http://www.blahblah.com/blahblah/blah.jpg


I think they are looking for how to make the image a link like...



You just use the URL tag like this and in between the tags you put the link to the picture.
[url=http://www.worldofwarcraft.com/info/burningcrusade/index.xml][/url]


Ok I understand what you are saying but I can't seem to figure out where to place that string to make the image clickable. Here is what I have:
<html>
<body>

<img src ="http://dkpfiles.com/kamikazes/files/bcthumb1.jpg"
<p>
<b><i><u>Click on the image.</b></i></u>
</p>
</body>
<html>

Also, how do you center the image?
If this is just for the news page, then yes, you can use HTML.

So, in this case, I'd suggest the following:




<a href="http://link.com/to/whatever"><img src="http://dkpfiles.com/kamikazes/files/bcthumb1.jpg"></a>


You don't need the rest of the fluff tags (the <html>,<body>,<p>, etc)


--
It's all in the reflexes.
Quote by Chops
If this is just for the news page, then yes, you can use HTML.

So, in this case, I'd suggest the following:




<a href="http://link.com/to/whatever"><img src="http://dkpfiles.com/kamikazes/files/bcthumb1.jpg"></a>


You don't need the rest of the fluff tags (the <html>,<body>,<p>, etc)


As always Chops, thanks for your quick response. That took care of it. I am new to html and I was looking at that type of tag, but didn't know how to execute it.


[Back to Index]