Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-18-2012, 06:55 AM   PM User | #1
JeffJeffz
New to the CF scene

 
Join Date: Nov 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
JeffJeffz is an unknown quantity at this point
Picture instead of text link

Hi
How I can make instead of text "Take me to link" a picture?

This link is on same html page

<a href="#link1">Take me to Link 1</a>

<a id="link1">Link 1</a>

thanks
Jeff
JeffJeffz is offline   Reply With Quote
Old 11-18-2012, 07:26 AM   PM User | #2
MarPlo
Regular Coder

 
Join Date: Mar 2011
Posts: 145
Thanks: 0
Thanked 20 Times in 20 Posts
MarPlo is an unknown quantity at this point
Hi
Make the picture with an image editor, save it, than add in your html document this code:
Code:
<a href="#link1" title="Take me to Link 1"><img src="image_address.jpg" alt"Take me to Link 1" /></a>
__________________
MarPlo is offline   Reply With Quote
Users who have thanked MarPlo for this post:
JeffJeffz (11-19-2012)
Reply

Bookmarks

Tags
link

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:43 PM.


Advertisement
Log in to turn off these ads.