l cant write html code or write a link.
+2
Karim Patron
micnag03
6 posters
l cant write html code or write a link.
pls each time i post with a link on html,it doesnt work out
eg. <a href="http://www.bbc.com">click here<a/>
i expected to see 'click here' instead all the code will appear that way.Pls i need your help
.Thanks
eg. <a href="http://www.bbc.com">click here<a/>
i expected to see 'click here' instead all the code will appear that way.Pls i need your help
.Thanks
micnag03- New Member
- Posts : 4
Reputation : 1
Language : English
Re: l cant write html code or write a link.
the ending should be </a> and not <a/>
Here
and remplace "YOUR SITE URL HERE" with the url
Here
- Code:
<a href="YOUR SITE URL HERE">Click Here</a>
and remplace "YOUR SITE URL HERE" with the url
Last edited by Karim Patron on Sun 14 Jul 2013 - 0:08; edited 1 time in total
Karim Patron- Forumember
- Posts : 55
Reputation : 4
Language : English, French, Arabic
Re: l cant write html code or write a link.
Your ending <a/> is incorrect it should be like this </a>micnag03 wrote:pls each time i post with a link on html,it doesnt work out
eg. <a href="http://www.bbc.com">click here<a/>
i expected to see 'click here' instead all the code will appear that way.Pls i need your help
.Thanks
And you have too much space between the a and href <a href. It should be one space between the a and href like this: <a href
Those are the only problem I can see from your link,
Copy your link like this and see if it works:
- Code:
<a href="http://www.bbc.com">click here</a>
runawayhorses- Hyperactive
-
Posts : 2537
Reputation : 166
Language : English
Location : United States
Re: l cant write html code or write a link.
Is this solved?


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.
SLGray- Administrator
-
Posts : 50346
Reputation : 3473
Language : English
Location : United States
Re: l cant write html code or write a link.
pls thanks for ur concern.It didnt work.Pls i am new here.when i write and post with html code it just appear that way.
micnag03- New Member
- Posts : 4
Reputation : 1
Language : English
Re: l cant write html code or write a link.
Is this solved as the complete icon has been used?


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.
SLGray- Administrator
-
Posts : 50346
Reputation : 3473
Language : English
Location : United States
Re: l cant write html code or write a link.
Make sure you have HTML enabled in your forum settings and your profile settings.micnag03 wrote:pls thanks for ur concern.It didnt work.Pls i am new here.when i write and post with html code it just appear that way.
Go to AP>>General>>Configuration>>
On that page tick the box "Allow HTML" and save your settings.
Then go to your profile page under "Preferences" and find the box "Always allow HTML" and tick it to "Yes" and save your settings.
runawayhorses- Hyperactive
-
Posts : 2537
Reputation : 166
Language : English
Location : United States
Re: l cant write html code or write a link.
the codes above should work as well.
Here is this way for positioning.
default left.
Center
Right
If using in post remember you always have the add link option in your editor tools. or if using the html in the post make sure your html is enabled as said and explained above
OH say you wanted to have a click-able image instead of the click-able text.
then use this code below. you would place your direct image link where marked. then add that code in place of the text part of the codes above.
meaning you would put the image code where it says CLICK HERE in the codes above
html image code
Here is this way for positioning.
default left.
- Code:
<a href="YOUR URL LINK HERE" class="postlink" target="_blank" rel="nofollow">CLICK HERE</a>
Center
- Code:
<div style="margin:auto;text-align:center;width:100%"><a href="YOUR URL LINK HERE" class="postlink" target="_blank" rel="nofollow">CLICK HERE</a></div>
Right
- Code:
<div align="right"><a href="YOUR URL LINK HERE" class="postlink" target="_blank" rel="nofollow">CLICK HERE</a></div>
If using in post remember you always have the add link option in your editor tools. or if using the html in the post make sure your html is enabled as said and explained above

OH say you wanted to have a click-able image instead of the click-able text.
then use this code below. you would place your direct image link where marked. then add that code in place of the text part of the codes above.
meaning you would put the image code where it says CLICK HERE in the codes above

html image code
- Code:
<img src="YOUR DIRECT IMAGE LINK HERE" border="0" alt="" />
kirk- Forumaster
-
Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: l cant write html code or write a link.
Hello, When your issue is solved, please mark it as ![]() Click on the ![]() ![]() Cordially, Forumotion. |
Sir Chivas™- Helper
-
Posts : 6825
Reputation : 434
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

» can some one help me with the link html code
» How to put link in my forum with HTML code ?
» html ON but pic not showing..only html code is wrritten
» [Code]Latest Post HTML Code
» is there a code to add auto notifications such HTML code
» How to put link in my forum with HTML code ?
» html ON but pic not showing..only html code is wrritten
» [Code]Latest Post HTML Code
» is there a code to add auto notifications such HTML code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum