MySpace Layout Coding!, Myspace Standard Layout |
MySpace Layout Coding!, Myspace Standard Layout |
![]()
Post
#1
|
|
![]() Hello, I'm Heli ![]() ![]() ![]() ![]() Group: Member Posts: 198 Joined: Aug 2007 Member No: 568,604 ![]() |
Heya
(not sure if this is the right forum) well, i dont know nothing at all about Standard MySpace layouts .. But my friend asked me to find out some codes ... and im pretty sure that ya'll can help me there ... he wants his page to look smthg like this: CLICKY CLICK with the 2 different BG's ... and the big single Table in the middle .. Do ya'll know where i could find codes for this? or what exctly to look for ... like what is that style of layout called? |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
are you talking about the image above the advertisement, or the bordered background?
the background is one image with a space in the middle to allow the layout to scroll through it. for the top image, you can do something like this: CODE <style type="text/css"> body { margin:300px auto 0 auto; } .topbanner { position:absolute; top:0%; left:50%; margin:0 0 0 -400px; width:800px; height:400px; } </style> <div class="topbanner"><img src="LINK TO IMAGE" /></div> you can change the dimensions to your liking. i just chose 800x400 pixels as an example. if you were to alter it, the body top margin has to be the height of your image (or higher). |
|
|
![]() ![]() |