Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Problem with Myspace Banner

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23427
    crockettkid
    Member

    I have been trying to figure out why the banner won’t appear. Here is the code I’ve placed above the artist’s bio:

    <div class="masthead"><span></span><div>
    <style type="text/css">table table
    {
    margin-top:120px;
    }
    div table table, table table table
    {
    margin-top:0;
    }

    <style>
    .masthead {width: 567px; height: 102px; position: absolute; margin-left: 140px; left: 12%; top: 200px; background-image: url(http://i371.photobucket.com/albums/oo15 … ercopy.jpg);}
    </style>

    What’s wrong with this code, is something missing? I’ve got the space I defined but the image is not showing. If you need to go to the page it’s myspace.com/laundonvonkendricks

    Thank you for your help.

    #50631
    crockettkid
    Member

    I resolved my own problem. Omissions on my part. For any who viewed and have a similar problem. Here is the code. I just need to tweak the placement.

    <div class="masthead"><span></span</div>

    <style type="text/css">table table {margin-top:120px;}
    div table table, table table table {margin-top:0;}
    </style>

    <style>
    .masthead {width: 567px; height: 102px; position: absolute; margin-left: 140px; left: 12%; top: 200px; background-image: url(http://i371.photobucket.com/albums/oo15 … ercopy.jpg);}
    </style>

    #50632
    mikes
    Member
    "crockettkid" wrote:
    div table table, table table table { margin-top:0; }

    Here’s part of your problem. Dump the nested tables and switch to css layout. Once you try it, you’ll never go back! :)

    #50678
    butch
    Participant
    "mikes" wrote:
    "crockettkid" wrote:
    div table table, table table table { margin-top:0; }

    Here’s part of your problem. Dump the nested tables and switch to css layout. Once you try it, you’ll never go back! :)

    Are Myspace layouts all nested tables?

    Can you switch them to css layouts?

    #50689
    cssgirl
    Participant

    With myspace you cannot change the HTML code that is outputted by myspaces default profile. Which unfortunately is a nested tables mess. You CAN change this by using a "div overlay" method where you basically hide all of the default myspace crap, and redesign it. the problem with this is that you lose the ability to just fill in the myspace textarea forms to output your data. Everything will need to be manually added.

    So, unfortunately the easiest way to do it is just use the regular myspace layout and redesign from there!

    #66392
    labitana
    Member

    How can I retrieve my myspace pictures without losing them? I need to cancel my myspace account but I do not have back ups for the pictures that I have on there. Do you know how I can save them to my computer?
    ____________________
    market samurai ~ marketsamurai ~ marketsamurai.com

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.