Help - Search - Members - Calendar
Full Version: Need help positioning pictures!
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
8trackpromo
Im trying to help finish a layout for my band, but not going so well. We have a top banner, and would like a picture of each member on the banner, right above the ad and myspace bar, we want them clickable to our personal pages. When i position them, it looks totally different on different monitors. Heres what im posting the pictures

CODE
<img src="http://i391.photobucket.com/albums/oo357/8trackdesigns/blaine-guitarcopy.jpg" border="0" alt="Blaine myspace" style="position:absolute;top:1030px;left:280px;width:174px;height:174px;" /></a></p>


How do i make it in the same place on different browsers and monitors?
Mickey
Create a DIV for them instead, like this:

CODE
<div style="position:absolute; top:#px; left:50%; margin-left:#px; z-index:9; height:#px; width:#px;">
<a href="LINK"><img src="URL" alt="" /></a>
<a href="LINK"><img src="URL" alt="" /></a>
<a href="LINK"><img src="URL" alt="" /></a>
<a href="LINK"><img src="URL" alt="" /></a>
<a href="LINK"><img src="URL" alt="" /></a>
</div>

Replace the top and margin-left pound symbols with appropriate values according to where you want to place the image links. Replace the height and width pound symbols depending on what size you want the DIV to be. Replace LINK with the link of each person's profile. Replace URL with the url of the image you want to turn into a link.
8trackpromo
I was told how to position the player and all, but now it wont let me click anything. If someone can help, that would be great. I can provide the login info to someone if that would be easier for someone to help, as it is only a test page.
myspace.com/testtesttest1234567

Okay, it actually only does in firefox. Help?
8trackpromo
CODE
<style>
object {position:absolute; height:345px; width:451px; left:50%; z-index:9;}
object {top:800px!important; margin-left:-280px!important;}
object object, td td td object {position:static; margin:auto!important;}
</style>


thats for the player.
8trackpromo
GOt everything figured out, thanks!
Mickey
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.