| Creating a myspace layout might seem tricky when | | | | Edit them and then you can go for the |
| you think about it but it is actually pretty easy. | | | | tag-properties. Tags that are used in the profile page |
| The only thing you need is basic knowledge in HTML | | | | are:bodyadivfontspaninputtbodytabletrtd |
| and CSS. | | | | Edit the properties of them like you use to do when |
| It is time start code. Instead of begin the layout with | | | | you edit CSS and then and with closing the style-tag. |
| tags such as html, head and title, just start with the | | | | Then open up the body-tag to ensure that all codes |
| style-tag right on instead. This is necessary because | | | | after that will be in the body so it can be seen |
| has already prepared th basic proprties for you. | | | | visually. Here is an example of how this can look like: |
| So we begin with writing the style tag. Then we fill in | | | | (style-tag) font {font-size:11pt; font-family:arial} |
| values for class-names and tag-properties. There is | | | | a:hover {color:b7012b} (/style-tag) (body) |
| already class-names that will be used in the profile | | | | Try to fill in properties on as many class-names and |
| code, wether you modify them or not. These | | | | tag-properties as possible. You get the idea. |
| ktext12redtextredbtextblacktext10 | | | | |