|
|
|
|
![]() ![]() |
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...
This post has been edited by hh89: Jul 26 2006, 12:04 AM |
|
|
|
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> |
|
|
|
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.
|
|
|
|
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: [MODERATOR] Posts: 4,327 Joined: 24-July 05 From: Linix, DOS and Windows…the good, the bad and the ugly Member No.: 9,787 ![]() myCENT:12.10 |
There are no stupid questions here on the Forum if the purpose is to learn something new and useful.
|
|
|
|
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 ? |
|
|
|
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: [MODERATOR] Posts: 4,327 Joined: 24-July 05 From: Linix, DOS and Windows…the good, the bad and the ugly Member No.: 9,787 ![]() 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. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 2nd December 2008 - 11:09 AM |