Help me with the codes..

The Dash

Hurr.
  • 1,859
    Posts
    19
    Years
    There is something wrong with it, but I can't tell what. I'm using it in my MySpace and the "Contacts" image (The code at the bottom) isn't showing. Any help?

    (Sorry about the poor grammar in the title. I wasn't thinking.)

    Code:
    <style type="text/css">
    
    table, tr, td { background-color:transparent; border:none; border-width:0; }
    body {
        background-color: 000000;
        background-image: url('https://dasheo.com/images/dashmyspace.jpg');
        background-attachment: fixed;
        border-color: FFFFFF;
        border-width: 1px;
        border-style: outset;
    }
    
    table table { border: 0px }
    table table table table { border: 0px }
    table table table {
        border-color: 000000;
        border-width: 4px;
        border-style: none;
        background-color: FFFFFF;
    }
    
    table, tr, td, li, p, div {
        color: 000000;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    
    .btext {
        color: 000000;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    
    .blacktext10 {
        color: 000000;
        font-family: Impact, fantasy;
        font-size: 12px;
    }
    
    .blacktext12 {
        color: 000000;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    
    .lightbluetext8 {
        color: 000000;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    
    .orangetext15 {
        color: 000000;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    
    .redtext {
        color: 000000;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    
    .redbtext {
        color: 000000;
        font-family: Impact, fantasy;
        font-size: 12px;
    }
    
    .text {
        color: 000000;
        font-size: 12px;
    }
    
    .whitetext12 {
        color: 000000;
        font-size: 12px;
    }
    
    .nametext {
        color: 000000;
        font-size: 12px;
    }
    
    a:active, a:visited, a:link {
        color: 0000FF;
        font-size: 12px;
    }
    
    a:hover {
        color: transparent;
        font-size: 12px;
    }
    
    a.navbar:active, a.navbar:visited, a.navbar:link {
        color: 000000;
        font-size: 12px;
    }
    
    a.navbar:hover {
        color: 000000;
        font-size: 12px;
    }
    
    a.redlink:active, a.redlink:visited, a.redlink:link {
        color: 000000;
        font-size: 12px;
    }
    
    a.redlink:hover {
        color: 000000;
        font-size: 12px;
    }
    .contactTable {width:300px !important; height:150px !important; background-image:url("hhttps://dasheo.com/images/dashcontacts.jpg"); background-repeat:no-repeat; background-color:black; background-attachment:scroll; background-position:center center; padding:0px !important;} .contactTable table, table.contactTable td { background-color:transparent; background-image:none; padding:0px !important;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable .text {font-size:1px !important;} </style>
     
    i no why!

    its says hhttp

    .contactTable {width:300px !important; height:150px !important; background-image:url("hhttp

    remove one of the h's
     
    Back
    Top