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 February 22nd 2012, 9:42 pm

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 February 22nd 2012, 10:44 pm

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 February 23rd 2012, 5:18 pm

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 February 23rd 2012, 10:07 pm

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 February 24th 2012, 3:07 am

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 February 24th 2012, 6:26 pm

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 February 24th 2012, 9:36 pm

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 February 24th 2012, 10:44 pm

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

- Similar topics

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