html code for link?

This is a discussion on "html code for link?" within the Web Page Design section. This forum, and the thread "html code for link? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 21st, 2007, 16:14
Junior Member
Join Date: Nov 2006
Location: derry
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
html code for link?

I dont know anything about html but I have a small logo link to my website which i'm trying to send to other link pages. I've attached two logos one image(gif) from my computer and one from my website(logo) onbikescotland.com/info.htm. (links page)
Do i have to draw up some html code to send to another site with the image logo, if so can someone tell me what the code should be? Sometimes when i try to put link code from another website onto my links page through Macromedia it doesnt work it just places the text on the site not the image?
When i try to send the image and the url in text alot of times the image doesnt arrive properly its a red cross?
Any help appreciated
Reply With Quote

  #2 (permalink)  
Old Mar 21st, 2007, 16:25
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html code for link?

What does your code look like?! Do you have this online? A link would be better.

If you get a big red X instead of your image, it's usually because the path to your image is wrong. Meaning that it can find your image. Check your path. If you images are in a images/ folder in the root, you img tag should look like this
Code: Select all
<img src="images/this-image.jpg" width="23" height="456" alt="">
So .. if I understand correctly, you want an image to be a link to some other page?
Code: Select all
<a href="link-to-page.html"><img src="images/this-image.jpg" width="23" height="456" alt=""></a>
Maybe you should have a look at some HTML tutorials?

How about starting here:

Getting started with HTML
More Advanced Features
http://www.htmldog.com/guides/
Bulletproof HTML: 37 Steps to Perfect Markup

And the mother of all resources ... straight from the horses' mouth
HTML 4.01 Specification
Reply With Quote
  #3 (permalink)  
Old Mar 30th, 2007, 16:03
Junior Member
Join Date: Nov 2006
Location: derry
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html code for link?

thanks will give that a go, will let you know how i get on
Reply With Quote
Reply

Tags
html link image

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[code], [html], [php] CloudedVision Webforumz Suggestions and Feedback 2 Feb 20th, 2008 23:01
Display link code in html page nate2099 Web Page Design 13 Oct 11th, 2007 23:57
HTML Code Help DregondRahl Web Page Design 4 Jul 11th, 2007 00:20
HTML Code - Help Please Anyone? nuddy Starting Out 14 Apr 24th, 2007 10:05
html code help Aaron1988 Web Page Design 3 Aug 22nd, 2006 09:52


All times are GMT. The time now is 08:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43