Lesson 1
1 Layer WebPage
Have you ever wanted to learn how to make your own Webpages, well now you can with a little help from me.
Webpages are made up of a code called HTML.
There are 2 ways of making Webpages.
1. Using an MSN Groups HTML Editor.
2. Using a Hosting Site such as Geocities.
We will be looking at #1 first.
Bellow is the coding for the 1 Layer Web Page.
<Center>
<Table cellpadding=5 width="100%" background=here>
<Tbody>
<TR>
<TD>
<Center>
Your content goes here.
</Center>
</TD></TR></Tbody></Table></Center>
Copy The Code Into your HTML Editor.
Make sure that you have the Use HTML to create your page ticked.
Next you have to add a background which needs to be have been added to an Album on your MSN Group.
When you have added the background in your Album all you have to do is to right click on the background image and it will open up a drop down box.
This box will give you a list of names.
Look for the properties link at the bottom of the drop down box and click on it.
It will give you another box where you will be looking for the Address(URL) of your background, the url will end in jpg.
Highlight and copy the Address which should begin with http:.
When you have done that go back to your code (shown above) and where it says background= here, highlight or delete the here bit.
Now paste in your URL that you copied from your background.
Uncheck your box where it says to Use HTML to create a page at the bottom.
Now you should see your background and the wording "Your Content Goes Here."
Highlight or delete that wording and you can now adding the text you want.
VERY IMPORTANT!
When you have your page how you want it, don't forget to save your page.