How do you make your myspace like a microsoft word layout?
I want my myspace layout to look like a microsoft word layout. I want it to be a collage with pictures and words. Just randomness. I can’t find any help. My whole profile is really boring! I need help to hide stuff on the profile.
Related posts:
- How do you make a collage with microsoft word? How do you make a collage of pictures on Microsoft...
- How do I make a collage on microsoft paint? I am trying to add several pictures to make a...
- How to make a table in Microsoft Word horizontal? I’m making a table in Microsoft Word, and my teacher...
- How do i upload an image from Microsoft Word to the internet? Please help me. I dont have the paint program so...
- How can i make an image from Microsoft Word into my background? I made a collage of images in Microsoft Word to...
Filed under: Microsoft
Like this post? Subscribe to my RSS feed and get loads more!
check out mine http://www.myspace.com/greenchamillion , in order to start , you must hide the original tables such as the contact box, etc
you can use the firefox extension “firebug” to find all of these classes such as .contactTable for the contact box, find and hide all, except the .blurbs one, type these hider codes in the about me section.
if you dont know html/css learn at w3schools.com, youll need it sooner or later anyways.
now when youve done that, type your css in the about me section and your dis and tables in the who id like to meet section
—–then add this to the css section “”about me”—–
————————————–…
.masthead
{
height: auto;
width: 800px;
border: groove 5px brown;
background-image:
url(”http://i44.photobucket.com/albums/f…
z-index: 9;
position: absolute;
top: 0px;
left: 10px;
}
————————————–…
——–paste this in your who id like to meet———
————————————–…
++++++++++++++++++++++++++++++++++
im not sure but if you want this image as the background
paste this into the about me section.
body
{
background-image:
url(”http://i44.photobucket.com/albums/f…
background-repeat: no-repeat;
attachment: fixed;
}
++++++++++++++++++++++++++++++++++