My Myspace

The Godfather

Platinum Member
Jan 13, 2005
2,158
0
76
Ok i got rid of the music. Thanks for the feedback.

Anyone know css code for background? I type background: color: #000000 and it doesn't work.
 

Babbles

Diamond Member
Jan 4, 2001
8,253
14
81
That has to be about the sharpest Myspace page I have ever seen. Awesome job! In fact I had to do a double-take to make sure it was really a Myspace URL.
 

Pepsi90919

Lifer
Oct 9, 1999
25,162
1
81
Originally posted by: The Godfather
Ok i got rid of the music. Thanks for the feedback.

Anyone know css code for background? I type background: color: #000000 and it doesn't work.

i thought you coded that whole thing? :confused:
 

The Godfather

Platinum Member
Jan 13, 2005
2,158
0
76
Originally posted by: Pepsi90919
Originally posted by: The Godfather
Ok i got rid of the music. Thanks for the feedback.

Anyone know css code for background? I type background: color: #000000 and it doesn't work.

i thought you coded that whole thing? :confused:

I did. Its just that whatever i try to put in as code for background won't work. I tried everything in CSS. I changed up the HTML too and it still doesnt work. I thought i did something wrong in the way i typed it so i asked here.
 

The Godfather

Platinum Member
Jan 13, 2005
2,158
0
76
Originally posted by: LoKe
Where did you get that code? I've been seeing MySpace layouts like that comming around lately.

I didn't get it. I designed the page in photoshop. Coded it in Dreamweaver. Hosted my images and pasted the code in MySpace.
 

Pepsi90919

Lifer
Oct 9, 1999
25,162
1
81
Originally posted by: The Godfather
Originally posted by: Pepsi90919
Originally posted by: The Godfather
Ok i got rid of the music. Thanks for the feedback.

Anyone know css code for background? I type background: color: #000000 and it doesn't work.

i thought you coded that whole thing? :confused:

I did. Its just that whatever i try to put in as code for background won't work. I tried everything in CSS. I changed up the HTML too and it still doesnt work. I thought i did something wrong in the way i typed it so i asked here.
i have the same problem on my myspace kinda... backgrounds refuse to hit the main table in the middle...
 

ubergoober

Junior Member
Jul 25, 2006
23
0
0
Originally posted by: The Godfather
Ok i got rid of the music. Thanks for the feedback.

Anyone know css code for background? I type background: color: #000000 and it doesn't work.

background-color: #000;


 
Jun 4, 2005
19,723
1
0
Originally posted by: The Godfather
Originally posted by: LoKe
Where did you get that code? I've been seeing MySpace layouts like that comming around lately.

I didn't get it. I designed the page in photoshop. Coded it in Dreamweaver. Hosted my images and pasted the code in MySpace.

But how exactly does it work. I've never really understand how you could get MySpace usability with your own code. Do you just throw in the HTML from a site you've designed, and it integrates it?
 

Skeeedunt

Platinum Member
Oct 7, 2005
2,777
3
76
Originally posted by: LoKe
Originally posted by: The Godfather
Originally posted by: LoKe
Where did you get that code? I've been seeing MySpace layouts like that comming around lately.

I didn't get it. I designed the page in photoshop. Coded it in Dreamweaver. Hosted my images and pasted the code in MySpace.

But how exactly does it work. I've never really understand how you could get MySpace usability with your own code. Do you just throw in the HTML from a site you've designed, and it integrates it?

I think you just stick in a div with the full code you want in any of the editable areas, and then use absolute positioning and z-value to put it in the middle of the page, covering the myspace-generated code. Cheating if you ask me.