Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Location
    Scotland
    Posts
    1,012
    Tokens
    175

    Latest Awards:

    Default What is up with this?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <center>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    }
    body {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/rkCreations/bg.gif);
    background-repeat: repeat;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    a {
    font-size: 10px;
    color: #000000;
    }
    aink {
    text-decoration: none;
    }
    a:visited {
    text-decoration: none;
    color: #000000;
    }
    a:hover {
    text-decoration: underline;
    color: #999999;
    }
    a:active {
    text-decoration: none;
    color: #000000;
    }
    nav1. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/homebut.gif);
    width: 92px;
    height: 42px;
    border: 2px solid;
    border-color: #FFFFFF
    }
    nav2. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/aboutbut.gif);
    width: 92px;
    height: 42px;
    border: 2px solid;
    border-color: #FFFFFF
    }
    nav3. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/pricesbut.gif);
    width: 92px;
    height: 42px;
    border: 2px solid;
    border-color: #FFFFFF
    }
    nav4. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/servicesbut.gif);
    width: 92px;
    height: 42px;
    border: 2px solid;
    border-color: #FFFFFF
    }
    nav5. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/enqbut.gif);
    width: 92px;
    height: 42px;
    border: 2px solid;
    border-color: #FFFFFF
    }
    banner. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/headerbanner.gif);
    width: 477px;
    height: 175px;
    }
    contentspacer. {
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/images/contentspacer.gif);
    width: 477px;
    height: 7px;
    }
    contentbox. {
    background-color: #FFFFFF;
    border: solid 1px;
    border-color: #000000;
    width: 475px;
    }

    -->
    </style></head>

    <body>

    <div id="nav1"></div> <div id="nav2"></div> <div id="nav3"></div> <div id="nav4"></div> <div id="nav5"></div>
    <br />
    <div id="banner"></div>
    <br />
    <div id="contentspacer"></div>
    <br />
    <div id="contentbox">Hi</div>
    </body></center>
    </body>
    </html>

    I know this should be in coding but hardly anyone posts there.


    You don't like me
    Chances are I don't like you.

  2. #2
    Join Date
    Dec 2005
    Location
    England | Brighton
    Posts
    1,378
    Tokens
    0

    Latest Awards:

    Default

    Hey

    Your background images are set to
    background-image: url(file:///C|/Documents%20and%20Settings/Rico/Desktop/CB/rkCreations/bg.gif);
    You should put them in a image folder then just have /images/ or something.

  3. #3
    Join Date
    Mar 2006
    Location
    Scotland
    Posts
    1,012
    Tokens
    175

    Latest Awards:

    Default

    Ye I know that and i've tried changing it. Still doesn't work :s


    You don't like me
    Chances are I don't like you.

Posting Permissions

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