Slartibartfast Posted November 17, 2009 Report Share Posted November 17, 2009 Simple realy (but only for those who know). I want to link the pics in my sig to the posts here on RWG that describe their builds. You know, when the mouse rolls over the pic, you can click on it as if it were a link. HEEEEELLLPPPPP! Link to comment Share on other sites More sharing options...
Nanuq Posted November 17, 2009 Report Share Posted November 17, 2009 Simple, really ... and right under your nose. I click the "chain" icon above my post here, and fill in the blanks... Here's my link You can do a "view source" on this page to see how it looks, but basically you have: <url="put a target url in here">here is the text for my link</url> In the rest of the world that's done with an "a href" tag: <a href="http://CoverYourASP.com/Hello.asp">go to my hello page</a> Link to comment Share on other sites More sharing options...
Slartibartfast Posted November 18, 2009 Author Report Share Posted November 18, 2009 Thanks, Nanuq. That's ok for a link, but I need to use my sig images as a link, rather than linking from inserted text. Link to comment Share on other sites More sharing options...
tomhorn Posted November 18, 2009 Report Share Posted November 18, 2009 (edited) The simple HTML would be: <A href="url of the page you want to link to"><IMG SRC="location of the image"></A> Or here at RWG: Or on the signature editing screen, click on the 'Insert Link' button. Enter the URL you want to link to in the URL box, and then put the entire image code for your image in the 'Link Text' box. Edited November 18, 2009 by tomhorn Link to comment Share on other sites More sharing options...
Slartibartfast Posted November 18, 2009 Author Report Share Posted November 18, 2009 The simple HTML would be: <A href="url of the page you want to link to"><IMG SRC="location of the image"></A> Or here at RWG: Or on the signature editing screen, click on the 'Insert Link' button. Enter the URL you want to link to in the URL box, and then put the entire image code for your image in the 'Link Text' box. Thanks tomhorn! Spot on. It works a treat! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now