Log in

View Full Version : Layout Problems...



TheJoshMan
11-09-2006, 11:24 PM
Ok, so I'm starting to get really Grr!
I created this DIV overlay for my profile on MySpace, and everything turned out fine EXCEPT for the fact that once I put everything onto myspace for some reason there's an alignment problem, it's slight... but noticeable. Here's the link to it. Profile (http://www.myspace.com/yoshi_4_munkee)

I've looked through the code over and over and I can't figure out what could be causing this. everything was fine until I changed the code from this

<td>
<img src="http://www.blahblah.com/blah/blah.jpg">
</td>

to this...

<td style="background:url('http://www.blahblah.com/blah/blah.jpg');">
</td>

Any help would be greatly appreciated.

BLiZZaRD
11-10-2006, 08:11 AM
Remove that and add this to your "About me" section:



body{
background-color: 444444;
background-image: url(http://www.yoursite.com/blahblah.jpg);
}


I assume you are attempting something similar to this profile (http://myspace.com/nomyno11)??

TheJoshMan
11-11-2006, 02:09 AM
Hey thanks for the info, but I was able to fix it... I accidently changed the height of one of the images, so it messed up the alignment set by photoshop. :)

BLiZZaRD
11-11-2006, 11:09 AM
Glad you got it fixed :)