Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Myspace Band Profile

  • 09-02-2009 5:37pm
    #1
    Registered Users, Registered Users 2 Posts: 7,957 ✭✭✭


    Hey guys, real beginner at html here. Basically what I want to do is make my band's page look more professional. I manage to perfect the position of the music player and the banner on top but I can't for the life of me figure out how to put the dates and the bio section fully inside the black area. Here's my code.

    Not trying to advertise the band here, just need people to advise me on a few adjustments =]

    Cheers

    www.myspace.com/kevinonabike
    <style>
    body {
    background-color: rgb(, , );
    background-image: url(http://i42.tinypic.com/2nlfdpe.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }
    </style> <style>
    table table {
    border: px;
    }
    table table table table{
    border:px;
    }
    table table table {
    border-width: px;
    border-color: rgb(, , );
    border-style: outset;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(, , );
    }
    table table table table td {
    filter:none;
    }</style> <style>
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Trebuchet MS;
    font-size: px;
    color: rgb(255,255,255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
    .nametext {
    padding: 5px;
    font-family: Verdana;
    font-size: px;
    color: rgb(255,255 ,255 );
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    display: block;
    }
    .whitetext12, .orangetext15 {
    font-family: Verdana;
    font-size: px;
    color: rgb(255,255,255 );
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(255,255,255);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(00,00,255 );
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    }
    .badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
    </style> <style>
    .nametext {display:block; font-size:0%; width:100%;
    
    background-image:url(http://i44.tinypic.com/2mjq4k.jpg)
    background-position:center center; background-repeat: no-repeat; height:100px; margin:0px;
    
    padding:0px;}
    </style> <style>
    .whitetext12 {
    font-family: Arial; font-size: 0px; color: 000000;}
    span.blacktext12 {
    background-color: transparent; background-image: url(''); width: 250px; height: 100px; display: block;
    </style> 
    
    <style type="text/css">body{
    background-position:top center;margin-top: 400;}
    div.topbanner {
    top: 0;
    left: 50%;
    margin-left: -387px;
    height: 400px;
    position: absolute;
    }
    </style><div class="topbanner"> <IMG SRC="http://i44.tinypic.com/35mk51y.jpg" border="-75px"> </a> </div>
    
    
    
    
    <style type="text/css">
    td td embed, td td object { position: absolute; top: 310px; left: 325px; }
    


Advertisement