any ideas? :) I just want a way to be able to add content to the VERY bottom of a page; below the comments!
Myspace css: How can I add a div section on the bottom of the page that I can put pics, text and videos in!?
check these sites to see if you can find it,
http://www.pimp-my-profile.com/layouts/
http://www.allmyspacegraphics.com/
if still having problems, or for anything you cant find at the above, use the help links/forums
http://www.myspace.com/index.cfm?fuseact...
on the myspace help site, choose profile design as the topic, html/background/inserting as the sub topic ,, on the pimpmyprofile site there is a forum, under the help link on top right of page
good luck, hope this helps
Myspace css: How can I add a div section on the bottom of the page that I can put pics, text and videos in!?
Paste this code in your About me section..
%26lt;style type="text/css"%26gt;
.black{
position:absolute;
top:520px; (the higher the number the lower the div)
left:50%;
margin-left:-370px; (-400 is at the very left of your page)
width:370px; ( change to fit .200 width %26amp;200 hight is A square)
height:150px;
overflow:auto; (everytihing in a scrollbox if doesnt fit the div)
z-index:1;
padding:0px;
border:2px solid black; (Border of the div)
background-color:000000; (background color of the div)
}
%26lt;/style%26gt;
Then in the Who i would like to meet section place this
%26lt;div class="Black"%26gt;Div Content Here%26lt;/div%26gt;
No comments:
Post a Comment