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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 04-20-2008, 10:32 PM Hyperlinking help
Junior Talker

Posts: 2
Name: Dee
Trades: 0
Hi everyone. I'm a beginner though I did design my own ebay store using plain html which was self taught.

This time because my website is more complex (affiliate marketing) I decided to purchase a web design program... WebPlus 10.

I'm having trouble understanding how to hyperlink pre-given image codes. For example, the parent company supplies codes for images (<a href... ), I insert these into my website, visitors clink the link and it takes them to the parent company's website.

That's the idea but where to start? The help files in webplus aren't clear on how to do this. Do I copy and paste the code into an html frame? The hyperlink menu prompts me for a URL address but is the <a href> command actually the URL?
What about the target window option? I want the image to appear and when clicked on take the visitor to a new window but not close my site. How do I this?

When I first started putting the site together I managed to get the images to appear on the page. I uploaded to my server and it all looked good but clicking on the image opened the page unavailable error screen. I figured that's because I hadn't specified a target.

Now when I try to add the hyperlink I can't get the image up at all. It just displays the code and not the pic. I have tried saving the pic and inserting it onto my page, then creating a target address. But the problem with this is that the pic is then static.

If anyone knows about webplus 10 and inserting affiliate codes I would so appreciate any help.

Cheers!
glowie61 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-20-2008, 11:02 PM Re: Hyperlinking help
RNPoo7's Avatar
Extreme Talker

Posts: 238
Trades: 0
To turn an image into a hyper link, you need the following code:
HTML Code:
<a href = "http://link_destination.com"> <img src = "http://image_location.com"> </a>
Or if you just want to link text, you do the following:
HTML Code:
<a href = "http://link_destination.com"> text text text</a>
Hope that helps
__________________
I work on Turbo'd Honda's for fun :)

Last edited by RNPoo7; 04-20-2008 at 11:04 PM.. Reason: Added more infomation
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 04-20-2008, 11:53 PM Re: Hyperlinking help
Junior Talker

Posts: 2
Name: Dee
Trades: 0
Thanks for that. Only it hasn't helped. I understand what the code should look like. As said, I'm given the codes.

I don't understand how to insert them as a hyperlink into webplus.


glowie61 is offline
Reply With Quote
View Public Profile
 
Old 04-21-2008, 12:25 AM Re: Hyperlinking help
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
You should start by understanding what the <a> tag is. <a> is short for anchor, which means, basically, any type of link. Anchor tags can wrap around either images or text.

around text:

HTML Code:
<a href="http://anysite.com">Any site</a>
around an image:

HTML Code:
<a href="http://anysite.com"><img src="http://anysite.com/images.anyimage.jpg" alt="any image" /></a>
the 'href' property tells where the link is taking you to. The 'src' property in the <image> tag tell you where the image is located. This is a very simple concept once you get the hang of it.

Both the 'href' and 'src' properties can be referenced with either relative or absolute paths, but that is a different discussion.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.

Last edited by wayfarer07; 04-21-2008 at 12:28 AM..
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 04-21-2008, 12:30 AM Re: Hyperlinking help
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I have no idea what webplus is, but I suggest you find a way to toggle HTML code, so that you can insert the code directly. This is usually a feature that will be available.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 04-21-2008, 12:39 AM Re: Hyperlinking help
RNPoo7's Avatar
Extreme Talker

Posts: 238
Trades: 0
Oh sorry, I can't help with that
__________________
I work on Turbo'd Honda's for fun :)
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 04-21-2008, 08:31 AM Re: Hyperlinking help
Defies a Status

Posts: 1,606
Trades: 0
All these WYSIWYG editors that I have seen have the option to see the source code (html view or code view).

Place an X on the page in WYSIWYG mode and then switch to code view, backspace to remove the X and paste in the code provided.

Then switch back to WYSIWYG and you image should appear as a link when you preview the page. You may have to save and open it in a browser. I have never heard of the program you are using so I don't know for sure.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Hyperlinking help
 

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.65627 seconds with 12 queries