One of the basic features of the structure of the MySpace profile page layout as in the Alex site MySpace.com is that it is made of tables. Tables are a way to use HTML in order to display content in columns and rows. These tables form blocks around different parts of the content. Sometimes there is one big table all around the content of the page that hold the whole MySpace profile layout, unlike the Alex site MySpace.com which has smaller tables all over the profile page holding different contents.
One area of the MySpace layout code involves six nested tables, but most of the layout display can be manipulated in the second and third tables like in the Alex site MySpace.com. This is very important information because when you begin to use CSS or cascading style sheets to change the display of the MySpace layout, you will need to know which table to apply the styles to. There are several style sheets available off the Internet, which one can experiment with, to give a better idea about adding style to each table.
The point to remember as in the Alex site MySpace.com, is that adding a particular style will show where the element is and if additional styles are to be added to it, what page areas will be affected. Suppose you add styles to tables in the MySpace layout that includes other tables, you will find that those tables will also use these styles.
Experimenting with various styles usually gives some experience in editing the MySpace profile and make it more attractive. Since the MySpace profile page is a very personal thing for its user, he or she goes around browsing to find just the right kind of layout, background and other elements because the final profile page is a reflection of the personality of the user to whom it belongs, like the Alex site MySpace.com.
|