Forums
TEMPLATE CONSTRUCTION - II - Printable Version

+- Forums (http://forum.notjustbrowsing.org:)
+-- Forum: WWW (http://forum.notjustbrowsing.org:/forumdisplay.php?fid=9)
+--- Forum: A Web Page (http://forum.notjustbrowsing.org:/forumdisplay.php?fid=10)
+--- Thread: TEMPLATE CONSTRUCTION - II (/showthread.php?tid=1204)



TEMPLATE CONSTRUCTION - II - abdulkarim - 10-20-2015

Following TEMPLATE CONSTRUCTION - I, the next stage is Stage 2

Step 1: Choose a name for your template
In the picture it is "MyFirstTemplate"
Step 2: Create a directory/folder of the name of your template
Step 3: Create sub directories/folders "css", "images", "scripts"

For steps 4 & 5, use notepad++ to create empty files as shown in the picture.
Step 4: Create an empty file "index.html" and place it in your template named directory/folder
Step 5: Create an empty file "default.css" and place it in the sub directory/folder named "css"

It will also be good to keep template picture created in Stage 1("MyFirstTemplate.png") in your template folder.

[attachment=31]

For Stage 3 see TEMPLATE CONSTRUCTION - III