You are viewing our Forum Archives. To view or take place in current topics click here.
anyone that knows html please help.
Posted:

anyone that knows html please help.Posted:

PictureRGH
  • TTG Natural
Status: Offline
Joined: Jul 21, 201211Year Member
Posts: 982
Reputation Power: 80
Status: Offline
Joined: Jul 21, 201211Year Member
Posts: 982
Reputation Power: 80
hey guys, so i'm building a website and when i try to add a link into a picture this is what happens. Can anyone help me?
[ Register or Signin to view external links. ]
#2. Posted:
Oozy
  • V5 Launch
Status: Offline
Joined: Dec 22, 20149Year Member
Posts: 1,462
Reputation Power: 74
Status: Offline
Joined: Dec 22, 20149Year Member
Posts: 1,462
Reputation Power: 74
This is the wrong section, but a simple google search would have helped... here is what i found... [ Register or Signin to view external links. ]
#3. Posted:
PictureRGH
  • TTG Natural
Status: Offline
Joined: Jul 21, 201211Year Member
Posts: 982
Reputation Power: 80
Status: Offline
Joined: Jul 21, 201211Year Member
Posts: 982
Reputation Power: 80
Rax wrote This is the wrong section, but a simple google search would have helped... here is what i found... [ Register or Signin to view external links. ]

i did a google search bud, and u realize im putting a link into a picture, not a picture lol
#4. Posted:
Oozy
  • Christmas!
Status: Offline
Joined: Dec 22, 20149Year Member
Posts: 1,462
Reputation Power: 74
Status: Offline
Joined: Dec 22, 20149Year Member
Posts: 1,462
Reputation Power: 74
PictureRGH wrote
Rax wrote This is the wrong section, but a simple google search would have helped... here is what i found... [ Register or Signin to view external links. ]

i did a google search bud, and u realize im putting a link into a picture, not a picture lol

Here you go bud... [ Register or Signin to view external links. ]
#5. Posted:
Robert_CFG
  • New Member
Status: Offline
Joined: Apr 13, 20159Year Member
Posts: 7
Reputation Power: 0
Status: Offline
Joined: Apr 13, 20159Year Member
Posts: 7
Reputation Power: 0
This code should work for you.The reason I don't think it was working is because you have both text and an image wrapped inside the a tags.

<a href="aim:[email protected]"><img src="AIM-Logo.png"></a>
#6. Posted:
-Crisis-
  • Rising Star
Status: Offline
Joined: Jan 21, 201113Year Member
Posts: 770
Reputation Power: 34
Status: Offline
Joined: Jan 21, 201113Year Member
Posts: 770
Reputation Power: 34
Robert_CFG wrote This code should work for you.The reason I don't think it was working is because you have both text and an image wrapped inside the a tags.

<a href="aim:[email protected]"><img src="AIM-Logo.png"></a>

Yes that code should work for you, just whenever you are starting a new code, like <a href> you finish that code and end it with a >. If you want more html coding practice you can always try code academy. That is where i learned most of my html skills. It will teach you basics that are good to know and you can go more extreme if you want.
#7. Posted:
PictureRGH
  • 2 Million
Status: Offline
Joined: Jul 21, 201211Year Member
Posts: 982
Reputation Power: 80
Status: Offline
Joined: Jul 21, 201211Year Member
Posts: 982
Reputation Power: 80
-Crisis- wrote
Robert_CFG wrote This code should work for you.The reason I don't think it was working is because you have both text and an image wrapped inside the a tags.

<a href="aim:[email protected]"><img src="AIM-Logo.png"></a>

Yes that code should work for you, just whenever you are starting a new code, like <a href> you finish that code and end it with a >. If you want more html coding practice you can always try code academy. That is where i learned most of my html skills. It will teach you basics that are good to know and you can go more extreme if you want.

its showing up like it can't find the picture that little square, the picture is uploaded i dont know whats wrong.
#8. Posted:
Cyimking
  • E3 2016
Status: Offline
Joined: May 02, 201211Year Member
Posts: 1,129
Reputation Power: 34
Status: Offline
Joined: May 02, 201211Year Member
Posts: 1,129
Reputation Power: 34
1) Make sure the link is valid.

2) Make sure the picture link is valid. If the image is not showing up then the picture link is invalid.

3) To make a picture a link (or any div) then do the following:

<a href="www.link.com"><img src="picture.png" /></a>


Replace the link to the correct link, so for your case it would be the AIM link.

Replace the picture.png with the correct link to the picture.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.