The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML question

4 posters

Go down

Solved HTML question

Post by hannes oth Wed 22 Feb 2012 - 21:42

Hi! I have a question about HTML (I am going to use it in the sign). I want it to look like this:

Click here for help!

How do I make here click-able? I want it to redirect to the help page.

Thanks!
avatar
hannes oth
Forumember

Posts : 44
Reputation : 1
Language : English

Back to top Go down

Solved Re: HTML question

Post by aRt)Y Wed 22 Feb 2012 - 22:44

The image (if there even is one) doesn't show up for me (no link..?)
For the clicking effect, simply add the <a href> (for link) like you would do it with BBcode just with html.
bbcode should be something like
Code:
[url="link"][img]"img"[/img][/url]
Code:
<a href="help site here">html style here></a>
Help for you: http://www.w3schools.com/html/html_links.asp
aRt)Y
aRt)Y
Forumember

Male Posts : 97
Reputation : 7
Language : German
Location : Germany

Back to top Go down

Solved Re: HTML question

Post by ankillien Thu 23 Feb 2012 - 17:18

Hi,

If you want it on post, you can use BBCode like this...

Code:
[url=http://google.com/]Click here[/url] to visit google.

or you can use HTML like this...

Code:
<a href="http://google.com/">Click here</a> to visit google.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: HTML question

Post by aRt)Y Thu 23 Feb 2012 - 22:07

I believe this is what you want.
Code:
<a href="help site here" title="help site name here">html style here></a>
If the user moves his mouse over the image, the title will appear.
You can also replace the 'html style here' with an image code
Code:
<img src="img link">
aRt)Y
aRt)Y
Forumember

Male Posts : 97
Reputation : 7
Language : German
Location : Germany

Back to top Go down

Solved Re: HTML question

Post by ankillien Fri 24 Feb 2012 - 3:07

aRt)Y wrote:I believe this is what you want.
Code:
<a href="help site here" title="help site name here">html style here></a>
If the user moves his mouse over the image, the title will appear.
You can also replace the 'html style here' with an image code
Code:
<img src="img link">

He wants a link, not an image.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: HTML question

Post by aRt)Y Fri 24 Feb 2012 - 18:26

ankillien wrote:He wants a link, not an image.
I believe he should be able to remove it on his own since i only added it as an example. The result is the same (title appears).
aRt)Y
aRt)Y
Forumember

Male Posts : 97
Reputation : 7
Language : German
Location : Germany

Back to top Go down

Solved Re: HTML question

Post by hannes oth Fri 24 Feb 2012 - 21:36

This is solved now, thank you Smile
avatar
hannes oth
Forumember

Posts : 44
Reputation : 1
Language : English

Back to top Go down

Solved Re: HTML question

Post by SLGray Fri 24 Feb 2012 - 22:44

hannes oth wrote:This is solved now, thank you Smile

Topic Solved & Locked




HTML question Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum