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.
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 Bag 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!
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>
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.