Warning: include(/home/.lurky/jenni/star-girl.org/skins/cookiecheck.php) [function.include]: failed to open stream: No such file or directory in /home/jenni/star-girl.org/pages/tutorials/site/steps3and4.php on line 1
Warning: include() [function.include]: Failed opening '/home/.lurky/jenni/star-girl.org/skins/cookiecheck.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/jenni/star-girl.org/pages/tutorials/site/steps3and4.php on line 1
Warning: include() [function.include]: Filename cannot be empty in /home/jenni/star-girl.org/pages/tutorials/site/steps3and4.php on line 2
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/jenni/star-girl.org/pages/tutorials/site/steps3and4.php on line 2
Tutorial Set > Making a Website. STEPS 3 & 4: Creating and Editing Pages
Step 3: CREATING PAGES
4. Now you need to learn how to create the actual pages of your website. However, you need to build on what you learned about folders in the previous tutorial
to create a file within one of your folders. If it sounds complicated, trust me, it's not.
5. In the 'Site Manager' click the 'Add a Page' link. When the pop up window appears, type in the filename you want. I want my page to be called 'biography.html', so
I've typed in 'biography'. Now in the box underneath that which says 'Folder', click the little black arrow next to the drop down menu and choose which folder you want the
page to be in. I've chosen the 'Me' folder. Then press submit.

Step 4: EDITING PAGES
6. Go to your 'Site Manager', then click the folder you added the page to (mine is 'Me'). You should see the file you just created. Next to it is an icon with 'Edit' above it.
Click it.

7. Now you need to add some actual code to your website. Copy what I've written below into your own page editor:

8. It might look a bit confusing, but it's very straightforward. Basically, with the exception of the TITLE codes, you've just added page tags to your page. Page tags are basically
how the page is set out. The HTML tag tells the page that the coding used is HTML. The HEAD tag is the header of the page, which is where titles, css and some javascriot codes go (but you don't have to worry about
those for now). The BODY tag is where your actual page content and text go. If you see a tag with a slash before it like this: