HTML question
4 posters
Page 1 of 1
HTML question
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!
Click here for help!
How do I make here click-able? I want it to redirect to the help page.
Thanks!
hannes oth- Forumember
- Posts : 44
Reputation : 1
Language : English
Re: HTML question
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
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>
aRt)Y- Forumember
- Posts : 97
Reputation : 7
Language : German
Location : Germany
Re: HTML question
Hi,
If you want it on post, you can use BBCode like this...
or you can use HTML like this...
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- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: HTML question
I believe this is what you want.
You can also replace the 'html style here' with an image code
- Code:
<a href="help site here" title="help site name here">html style here></a>
You can also replace the 'html style here' with an image code
- Code:
<img src="img link">
aRt)Y- Forumember
- Posts : 97
Reputation : 7
Language : German
Location : Germany
Re: HTML question
aRt)Y wrote:I believe this is what you want.If the user moves his mouse over the image, the title will appear.
- Code:
<a href="help site here" title="help site name here">html style here></a>
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- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: HTML question
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).ankillien wrote:He wants a link, not an image.
aRt)Y- Forumember
- Posts : 97
Reputation : 7
Language : German
Location : Germany
Re: HTML question
This is solved now, thank you
hannes oth- Forumember
- Posts : 44
Reputation : 1
Language : English
Re: HTML question
hannes oth wrote:This is solved now, thank you
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» HTML page question
» Graphics requests HTML page question
» quick question about forumotion variables in HTML pages
» Just a small HTML question...
» Question about HTML pages
» Graphics requests HTML page question
» quick question about forumotion variables in HTML pages
» Just a small HTML question...
» Question about HTML pages
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum