how you make this kinda of layout background? |
![]() ![]() |
how you make this kinda of layout background? |
Sep 9 2008, 04:19 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Aug 2008 Member No: 675,679 |
look a tthis artists page
http://www.myspace.com/yaboy you see how it looks like a defualt layout? its 1 image.and its even on both sides. like this http://www.devonalmarinez.com/yd/bg.jpg idk how to figure out the width i put apart from the middle so everything on myspace can go in the middle.so it can be even. if you know what i mean.help me! |
|
|
|
Sep 9 2008, 05:26 PM
Post
#2
|
|
![]() DDR \\ I'm Dee :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 8,662 Joined: Mar 2006 Member No: 384,020 |
Well, Myspace is centered, so in your CSS you're going to have to center your background, like this
CODE <style>body{background-image:url('http://BACKGROUND');background-position:center;}</style> Make the center width of your background 800px to ensure that it will be behind all the tables. |
|
|
|
Sep 9 2008, 07:52 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Aug 2008 Member No: 675,679 |
Well, Myspace is centered, so in your CSS you're going to have to center your background, like this CODE <style>body{background-image:url('http://BACKGROUND');background-position:center;}</style> Make the center width of your background 800px to ensure that it will be behind all the tables. ok but on photoshop.how can you make sure you have enuff space in the middle? |
|
|
|
Sep 11 2008, 09:35 AM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
800px is the width of everything in the middle, unless you have content that will make it bigger. An easy way to make sure you have enough space in the middle is to select 800px on a blank canvas and fill it in. You can just work from there.
|
|
|
|
![]() ![]() |