Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Add link to image on forum threads

Asked Modified Viewed 1,547 times
T
truvahorse
T
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

How can i add a link to image on forum threads?
Thanks:)
0 replies

3 posts

A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

sample code

sfx-images.mozilla.org/affiliates/Buttons/firefox2/ff2b80x15.gif

quote this post and take the code ;)
Edited by Arda on 12-06-2007 22:27,
0 replies
T
truvahorse
T
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thank you SoulSmasher, but i want this;

When i click on picture i want to go another link, not to image link.
Like below.

Quote

<a href="http://www.site1.com/">
<img border="0" src="http://www.site2.com/biggrin.gif" width="20" height="20"></a>
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

<a href="http://www.site1.com/" [b]target="_blank"[/b]>
<img border="0" src="http://www.site2.com/biggrin.gif" width="20" height="20"></a>


what i put bold is for opening on a new page
and your sample code is right ;)
Edited by Arda on 12-06-2007 22:52,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet