July 14, 200818 yr A few days ago I decided I wanted to try to learn how to make layouts for MySpace because I do a lot of work with photoshop and I know a bit of HTML...I used mostly generators for my layout, but the background I did myself. I wanted to make it so all the tables fit on the white area in the background so it has a "clean" look. It worked, but only when I view it at the resolution that my monitor is set to. Once I look at it on a different monitor or at a different resolution, the background picture gets offset and the page isnt symmetrical... Anyone have any idea how to fix this? I want the page to look somewhat like this: www.myspace.com/since4ever At 1152x864 at 1600x1200
July 14, 200818 yr Your profile is centering its self fine Your Background isn't centering to match your profile lay out Fix = background-image: url("background image link here with out quotations"); background-repeat: repeat-y; background-position: center; Or also you may be able to add to that ^^ width: 100% not sure of the top of my head the code for that sorry but that would stretch your background to the full width of your page. I'm some what a noob at the moment so i may be wrong. Hope that helps.
July 14, 200818 yr Author Wowww. Thanks I think that just fixed it. If anyone else has any suggestions, that would be great too
Create an account or sign in to comment