Results 1 to 8 of 8

Thread: Help!

  1. #1
    Join Date
    Oct 2007
    Location
    Hm.. UK
    Posts
    134
    Tokens
    0

    Default Help!

    Ok, im in need of help. I just downloaded a free layout (Coded by Jibbish), just edited it quickly so it's not fab. I didn't edit the images, language anything. Just edited the bits I wanted to change. So, I do that then when I view it in my files it looks like this.

    (Which is good)


    So I upload all the files to my host, but when I look at the site on my domain it looks like this.



    Any ideas?

  2. #2
    Join Date
    Jun 2008
    Location
    United Kingdom
    Posts
    2,015
    Tokens
    568

    Latest Awards:

    Default

    Check if all of the images are uploaded.

  3. #3
    Join Date
    Oct 2007
    Location
    Hm.. UK
    Posts
    134
    Tokens
    0

    Default

    They are.

  4. #4
    Join Date
    Jun 2008
    Location
    United Kingdom
    Posts
    2,015
    Tokens
    568

    Latest Awards:

    Default

    Quote Originally Posted by SW.Nike View Post
    They are.
    Hmm post the code.

  5. #5
    Join Date
    Oct 2007
    Location
    Hm.. UK
    Posts
    134
    Tokens
    0

    Default

    CCS

    @charset "utf-8";
    /* DESIGNED & CODED BY JIBBISH */
    body{
    background: #e3e3db;
    margin: 5px;
    font-family: Arial;
    font-size: 11px;
    color: #525252;
    }

    a, a:hover, aink, a:visited{
    font-weight: bold;
    text-deocration: none;
    color: #00CCFF;
    }

    img{
    border: 0;
    }

    /* LAYOUT - BY JIBBISH */
    #container{
    background: #FFFFFF;
    width: 900px;
    margin: 0 auto;
    text-algin: left;
    border: 1px solid #a6a68c;
    }

    #sidecontainer{
    width: 249px;
    float: left;
    }

    #banner{
    background: url(images/banner.png);
    width: 649px;
    height: 102px;
    float: right;
    }

    #bar{
    background: url(images/bar.png);
    height: 24px;
    width: 227px;
    padding-left: 12px;
    padding-top: 10px;
    color: #8e8e88;
    }

    #side{
    background: url(images/side.png);
    width: 219px;
    padding-left: 9px;
    color: #7c8f95;
    padding-right: 11px;
    }

    #greenhead{
    background: url(images/headers/green.png);
    width: 209px;
    height: 21px;
    font-family: Tahoma;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    }

    #greenbox{
    background: url(images/boxes/green.png);
    width: 209px;
    padding-left: 5px;
    padding-right: 5px;
    color: #525252;
    }

    #purplehead{
    background: url(images/headers/purple.png);
    width: 209px;
    height: 21px;
    font-family: Tahoma;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    }

    #purplebox{
    background: url(images/boxes/purple.png);
    width: 209px;
    padding-left: 5px;
    padding-right: 5px;
    color: #525252;
    }

    #bluehead{
    background: url(images/headers/blue.png);
    width: 209px;
    height: 21px;
    font-family: Tahoma;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    }

    #bluebox{
    background: url(images/boxes/blue.png);
    width: 209px;
    padding-left: 5px;
    padding-right: 5px;
    color: #525252;
    }

    #rightcontainer{
    width: 649px;
    float: right;
    }

    #nav{
    background: url(images/nav.png);
    width: 639px;
    height: 21px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    }

    #content{
    background: url(images/boxes/content.png);
    width: 450px;
    padding-left: 5px;
    padding-right: 5px;
    color: #525252;
    }

    #contentcontainer{
    width: 643px;
    color: #525252;
    }

    .orange{
    background: url(images/orange.png);
    width: 167px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    font-family: Tahoma;
    }

    #orange{
    width: 177px;
    float: right;
    }

    .header{
    font-family: Tahoma;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #74a6c1;
    border-bottom: 1px solid #74a6c1;
    }

    .buttons{
    height: 19px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding-right: 3px;
    }

  6. #6
    Join Date
    Jul 2004
    Location
    Ottawa, Canada
    Posts
    1,363
    Tokens
    106
    Habbo
    Yonder

    Latest Awards:

    Default

    Are your images in the folder images above your index.

    e.g.:

    /images
    index.html

    Also is your css linked correctly to your index, is it in a seperate file or is the css in the head of the index page?

    Link us to your site be much easier to figure out.

  7. #7
    Join Date
    Oct 2007
    Location
    Hm.. UK
    Posts
    134
    Tokens
    0

  8. #8
    Join Date
    Nov 2008
    Posts
    566
    Tokens
    236

    Default

    lol....
    your images aint in your /images folder
    and your using 101mb, i suggest you put your little project on halt.

Posting Permissions

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