Installing SSI


Ever had the feeling that you want to make a new page but then you would have to update every single page to put the new link? Well, it over! After reading this simple guide, you will have the power of SSI in your hands!

What is SSI?


SSI stands for Side Server Includes. Basically, SSI allows you to update every page's right and left navigation at once! Have the power in your hands after reading the guide below ^^

Steps


>> First, create a new File and call it "left.txt"
>> Next, go to your main page with your code. Edit copy the code from the head to before the content, then paste it in your "left.txt" file
>> After that, make a new file and call it "right.txt"
>> Edit copy everything after the content code to the end and paste it in the file "right.txt"
>> Now Copy the codes below:


Paste this code after you have deleted everything from the head to before the content. Then, paste this above the content


Paste this code after you have deleted everything from after the content to the end of the code. Then, paste this below the content

Edit copy the full code and paste it in your pages and you can now just edit the left and right files! Awesome ^^