Results 1 to 4 of 4

Thread: Layout Problems...

  1. #1
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Angry Layout Problems...

    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

    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
    Code:
    <td>
    <img src="http://www.blahblah.com/blah/blah.jpg">
    </td>
    to this...
    Code:
    <td style="background:url('http://www.blahblah.com/blah/blah.jpg');">
    </td>
    Any help would be greatly appreciated.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Remove that and add this to your "About me" section:

    Code:
    body{
    	background-color: 444444;
            background-image: url(http://www.yoursite.com/blahblah.jpg);
    }
    I assume you are attempting something similar to this profile??
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Cool Thanks anyhoo...

    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.

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Glad you got it fixed
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •