If I want to convert typed urls in my blog articles into hyperlinks, so that just by clicking on these urls, one goes to the relevant website, what is the way. I have tried to study on the net, but they say that you have to highlight the relevant text portion or url first, then click insert key, then hyperlink etc. But there is no insert key on the wab page and also no hyperlink key. Kindly advise.
You would need to do the following: If you are using Text Editor: 1: Write down the Site Title, in the text editor, Say for example. DigitalPoint. 2: Highlight the Text - "DigitalPoint" and Click on Icon on top which is like a world [ a Chained world icon], it will pop up a window and ask you to enter the web site url where the text digitalpoint will act as anchor text to the url. 3: enter the website url and click ok. You are done. if have disabled text editor: <a href="http://www.digitalpoint.com">Digital Point</a> Code (markup): If you have html disabled but BBCode Enabled. [url = http://www.digitalpoint.com]Digital point [/url] Code (markup): Remove the space in =. Thats all.
did you use the above post to get them working? The best way is undoubtedly going into the code and coding it correctly. Learn a little HTML, it will help you a ton and it's not that hard.
Thanks Imran. I was able to do it with your suggestion. Thanks to Rideswitch too for the suggestion. I will try to learn html also, but it seems difficult to understand it quickly.