url link button

liunx

Guest
Hi,<br />
<br />
I hope I'm posting this in the correct board :rolleyes: <br />
<br />
<br />
I'd like to create a small image/gif on a web page that folks <br />
can click with their mouse and be taken to another web site.<br />
<br />
<br />
As an example, Let's say I'd like to give folks the opportunity to visit <br />
this web site.........<br />
<!-- m --><a class="postlink" href="http://groups.msn.com/ourpreciousangels">http://groups.msn.com/ourpreciousangels</a><!-- m --><br />
<br />
Well instead of having the entire url on display, I'd like a small image <br />
or some form of gif they could click to redirect them to the site.<br />
<br />
This sort of idea.....<br />
<br />
***Image deleted by baldy*** ;)<br />
<br />
Does that make sense?<br />
<br />
I'd be very grateful if anyone could give me (easy) instructions <br />
describing how I'd go about this.<br />
<br />
I say "easy insructions" 'cause I'm a newbie. <br />
<br />
ok <embarrassed smile><br />
<br />
Any advice truly apprectiated.<br />
<br />
<br />
Cheers,<br />
baldy.;)<!--content-->don't worry, we all have to start some where, here use this code:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"page.html"><img src="foo.gif" width="50" height="50" alt="" border="0"></a><br />
<br />
change foo.gif to your image (if it's in a specific folder like images it would then be images/foo.gif)<br />
<br />
<br />
change page.html to the page you want the link to go to<br />
<br />
:)<!--content-->Originally posted by leoo24 <br />
don't worry, we all have to start some where, here use this code:<br />
<a href=http://www.htmlforums.com/archive/index.php/"page.html"><img src="foo.gif" width="50" height="50" alt="" border="0"></a><br />
change foo.gif to your image (if it's in a specific folder like images it would then be images/foo.gif)<br />
change page.html to the page you want the link to go to<br />
:) <br />
<br />
Thanks for your kind words and instructions leo<br />
<br />
I'll try that just shortly, but I forgot to mention that the image/gif <br />
will be placed in a signature just like the signatures in this forum.<br />
I'll let you know how if I succeed.<br />
<br />
baldy.<!--content-->Haha I remember when I first tried an image link... I was like 10 or so at the time or earlier I have a horrible grasp of time. I converted the image to text and tried to show the link at the bottom and change it back to an image lol. My attempts failed though. ;-)<!--content-->Originally posted by leoo24 <br />
don't worry, we all have to start some where, here use this code: <SNIP> :) <br />
Hi leo,<br />
<br />
I need to combine two two url codes........<br />
<br />
<br />
to make the link work. <br />
<br />
<br />
**Image deleted by baldy** ;)<br />
<br />
The two url codes are made with this type of bracket...<br />
<br /> And not this type of bracket... /> <br /> Cheers,<br /> baldy.<!--content-->
 
Back
Top