Log In · Register

 
MySpace Layout Coding!, Myspace Standard Layout
diputs
post May 19 2008, 04:31 PM
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?
 
 
Start new topic
Replies
fixtatik
post May 20 2008, 11:41 AM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



for the body background, then? there are a thousand and one different dimensions you could use (ok, not that many, but there are a lot). to be safe, i usually make a file 1280x800 pixels, and usually do a gradiant to a solid color around the edges. that way, if a visitor has larger than 1280x800, past the edges will just be that color.

for the middle part, usually 800 pixels is good. basically what you're looking at is your background with an 800px-wide strip down the middle. once you put that there, you can do whatever you want for the background on the sides. as for the coding you'd do for the layout, it's something like this:
CODE
<style type="text/css">
body { background:black url(LINK TO IMAGE) top center repeat-y; }
table { width:800px; }
table table { width:auto; }
</style>

the repetition down the y-axis is going to depend on what you create for a background of course. you may have to add in "no-repeat" and "fixed" to make it look nice.

(i'm a he, by the way, not a she)
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: