Help - Search - Members - Calendar
Full Version: DIV Layout Help
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
controlledbylove


ok so there's this layout

http://www.createblog.com/myspace-layouts/...rivileged-woes/

all i need to know is how to add a picture (seperate from the picture already used in the layout) a little below the DIV. i already posted a comment there asking for help but figured my chances of getting any real help would be far greater coming to the forum. thanks to whomever may be able to answer.

*this is for a 1.0 profile*

Mickey
Create a DIV that an image can go in then position it around accordingly, like this:

CODE
<style>
.image {position: absolute; top: #px; left: 50%; margin-left: #px; z-index: 9;}
</style>

<div class="image">
<img src="URL" alt="" />
</div>

Replace the pound symbols with appropriate values to move it and URL with your image's url.
controlledbylove


much appreciated. that helped me figure out what i needed to. thanks Mike.

Mickey
No problem. Topic closed & moved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.