Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Image Links
hh89
post Jul 25 2006, 11:54 PM
Post #1


Newbie [Level 2]
**

Group: Members
Posts: 26
Joined: 24-July 06
Member No.: 27,203



Ok...another question...may sound stupid, but we're all stupid...how'd I be able to create an image link. Uh...let me rephrase this: If I were to create an "Enter" image and wanted people to click the image to enter to a certain page, how would I do it without some sort of the famous "Blue Line" around it? Any help would be greatly appreciated... unsure.gif

This post has been edited by hh89: Jul 26 2006, 12:04 AM
Go to the top of the page
 
+Quote Post
brandice
post Jul 26 2006, 12:56 AM
Post #2


ointment!
*********

Group: Members
Posts: 540
Joined: 2-September 04
From: Bat Country
Member No.: 980



simply-

CODE
<a href="URL OF THE LINK"><img src="URL OF PICTURE" border="0"></a>


Go to the top of the page
 
+Quote Post
hh89
post Jul 26 2006, 01:18 AM
Post #3


Newbie [Level 2]
**

Group: Members
Posts: 26
Joined: 24-July 06
Member No.: 27,203



brandice, it works, thanks a lot.
Go to the top of the page
 
+Quote Post
jlhaslip
post Jul 26 2006, 01:44 AM
Post #4


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,327
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol
myCENT:12.10



There are no stupid questions here on the Forum if the purpose is to learn something new and useful.
Go to the top of the page
 
+Quote Post
farsiscript
post Sep 17 2006, 07:50 AM
Post #5


Super Member
*********

Group: Members
Posts: 357
Joined: 8-April 06
Member No.: 21,487



thanks dear jlhaslip and brandice and hh89
HTML is very important and all webmaster must learn html
I have new question about linking
i want to make one div with link , for example user when click at div page link at another page !
is it possible ?
Go to the top of the page
 
+Quote Post
jlhaslip
post Sep 17 2006, 08:08 AM
Post #6


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,327
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol
myCENT:12.10



Yes.
Using the code from above:
CODE

<a href="URL OF THE LINK"><img src="URL OF PICTURE" border="0"></a>


change the "URL OF THE LINK" to the page which you want to link to.

Example:
CODE

<html>
< ... etcetera ... >
<div>
<a href="http://www.your_account.trap17.com/folder/subfolder/page_ I_want_to_Link_to.html"><img src="URL OF PICTURE" border="0"></a>
</div>
< ... etcetera ... >
</html>


Change : "your_account.trap17" to "your actual subdomain at the trap

Change : "/folder/subfolder/page_ I_want_to_Link_to.html" to the path and file name of the actual file you which to go to.

(remove the quotation marks)

For a page named "test_page.html on my site in the "checking" folder, I would have a link like this:
CODE

<div>
<a href="http://www.jlhaslip.trap17.com/checking/test_page.html"><img src="image.gif" border="0"></a>
</div>


Check out the following link for a good tutorial about 'anchor' or '<a>' tags: http://www.w3schools.com

Hope this helps you.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Need To Learn Xml Quick(8)
  2. Substitute Form Button For An Image(3)
  3. Dropdown Menus Links(3)
  4. Update Navigation Links?(2)
  5. Image.index.html(10)
  6. Trouble With Links On A List(7)
  7. Fixed Background Image(10)
  8. Image Doesn't Load(6)
  9. Dynamic Links(3)
  10. Usemap And Table Background Image Changing(5)
  11. Ie5 Mac Does Not See My Site(11)
  12. Getting An Image To Scroll On With Content(13)
  13. Image Roll Over Drop Down Menu Help(2)
  14. Need Help With Image Wrapping(13)
  15. Keyboard Shortcut For Links In Html?(8)
  1. Typing Over Image(7)
  2. Background Image Picture On A Website(3)
  3. Help With Background Image(6)
  4. Links Help Please(10)
  5. Xhtml Strict Links Tip(5)


 



- Lo-Fi Version Time is now: 2nd December 2008 - 11:09 AM