Final task
Now I want you to build your personal website.
I want you to star by using photoshop to build an image of how you want your webpage to look.
The webpage must have the following caracteristics:
- It must be a rectangle 1000px X 550px. (this way it will fit perfecly in a screen with a resolution of 1024×768)
- on top it must have a header, like a big banner.
- it must have a menu, a simple menu is enough, we don’t need something very fancy. Dont put any text on the menu, just leave the space and we will put the text later with HTML.
- leave some room for the contents.
- Check my personal website as an example of what I want you to do.
Next, use the tool slices to cut that image into pieces. the tool will build the HTML base code as well, fitting the slices inside a table.
Now move your new website to your web server folder, and (still using notepad) change the code so that the space where the main stuff will appear will be an iframe pointing to another HTML page with the first contents you want to appear. Write the links of your menu, using the target property to direct the link to the iframe.
good luck