| Creating a myspace layout might seem tricky when | | | | div |
| you think about it but it is actually pretty easy.The | | | | font |
| only thing you need is basic knowledge in HTML and | | | | span |
| CSS.It is time start code. Instead of begin the layout | | | | input |
| with tags such as < HTML >, < HEAD > and < TITLE | | | | tbody |
| >, just start with the < STYLE > tag right on instead. | | | | table |
| This is necessary because has already prepared th | | | | tr |
| basic proprties for you.So we begin with writing < | | | | tdEdit the properties of them like you use to do |
| STYLE >. Then we fill in values for class-names and | | | | when you edit CSS and then and with closing the |
| tag-properties. There is already class-names that will | | | | style-tag like this: . Then open up the body-tag to |
| be used in the profile code, wether you modify them | | | | ensure that all codes after that will be in the body so |
| or not. These are:nametext | | | | it can be seen visually. Here is an example of how |
| whitetext12 | | | | this can look like:< STYLE > |
| lightbluetext8 | | | | font {font-size:11pt; font-family:arial} |
| orangetext15 | | | | a:hover {color:b7012b} |
| blacktext12 | | | | |
| redtext | | | | < BODY >Try to fill in properties on as much |
| redbtext | | | | class-names and tag-properties as possible. You get |
| blacktext10Edit them and then you can go for the | | | | the idea.If you want to see more design examples |
| tag-properties. Tags that are used in the profile page | | | | then just check out Myspace Background. Just start |
| are:body | | | | coding and have fun! |
| a | | | | |