Instruction
1
The link to register on the website in several ways. If you use the engine, go to the administrator menu materials. Next, select the desired page or create a new one. Write the text, clicking on which will be the transition. Select it and click on the toolbar icon "Add link". You will see the form you have to fill. Enter all the required parameters under cms, specify the address of the page and click "OK". Save the changes and refresh the page in the browser window should appear. Check its performance, if necessary, make changes.
2
If you want to create a link that will be displayed on all pages of the website, then go to templates. Click "Edit html", you will see the page with the code. Before to change anything here, reinsurance – copy information in a safe place in case of accidental deletion of data you can revert to the original material.
3
Locate the block and write in it a link in the format <a href="address of page">Text, which navigates</a>. If you want instead of text, put the graphics file, use the following bundle: <a href="address of page"><img src="address of picture"></a>. Save the changes and view the result.
4
A transition in a certain part of a webpage, first place the anchors in the right places of your website, assign them a name. It is better to set sequence number – less time spend on writing references. If you are using a cms, highlight the text, hit "Add link" and fill in the "Anchor". In the html document, it will appear as <a href="link address#number/name of anchor">Text/image</a>
5
On simple web pages, the transition to another page is also prescribed in the code with the tags <a> and </a>.