|
My inner salesman requires me to advise you to get a content management system enabled website from KM Websol. With our CMS you can add link by just highlighting the texts you want to apply link to and then click on the chain icon and enter destination URL.
For your existing static website (static website means the sites without CMS), you will need to open the site in HTML mode. Your texts will look like this:
site body area start
paragraph start
These are some demo texts. click here to read more.
Paragraph ended
site body area ended
Apply web link to word "click here"
These are some demo texts. <A href=/0about.aspx>Click here</A> to read more.
In the given example, we provided the link to the page in root directory of your website. The root directory means the first directory in your HTTP folder. Let's say if the webpage was located inside a folder called "About", you would have applied A HREF link by adding the folder in front of / sign. It would have looked like "About/0about.aspx".
|