Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Needing some help with hyperlinking to images? :(
Old 05-21-2007, 04:19 PM Needing some help with hyperlinking to images? :(
Novice Talker

Posts: 9
Name: someone
Trades: 0
i been trying EVERY possible darn idea i have, even used other editors, no luck. im trying to link a image, to go to a site NOT on my site, here's the code.
<a href="http://www.Targetsite.net"
target=_blank><input type="image"
src="/images/bhs_micro_ban_1.gif"
name=BHS_Left></a>

if u click on the image, nothing happens period, u right-click, and click open in seperate window, it DOES work tho?
scias is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-21-2007, 06:00 PM Re: Needing some help with hyperlinking to images? :(
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
An input type is to be used in a form only.
An img tag is to be used for an image.

Code:
<a href="http://lalala.com" target="_blank">
  <img src="http:/otherSite.com/image.jpg" alt="an image" border="0" />
</a>
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 05-28-2007, 01:32 AM Re: Needing some help with hyperlinking to images? :(
Novice Talker

Posts: 11
Name: Jossielyn Lucero
Trades: 0
Quote:
Originally Posted by scias View Post
i been trying EVERY possible darn idea i have, even used other editors, no luck. im trying to link a image, to go to a site NOT on my site, here's the code.
<a href="http://www.Targetsite.net"
target=_blank><input type="image"
src="/images/bhs_micro_ban_1.gif"
name=BHS_Left></a>

if u click on the image, nothing happens period, u right-click, and click open in seperate window, it DOES work tho?
It may be confusing sometimes but what I am doing to make it a lot easier is this:

I use WYSIWYG HTML editor (in my case, I use Dreamweaver) and I create a blank HTML page. Then, in Design mode, I will create the hyperlink, then I will switch to HTML mode and get the code and paste it to wherever I want.

Hope this helps...
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
prtt75 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Needing some help with hyperlinking to images? :(
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18119 seconds with 12 queries