1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Hello and help with Transport template

Discussion in 'General' started by Jackie5_0, Sep 2, 2008.

  1. Jackie5_0

    Jackie5_0 New Member

    Hi all! Im new to building a website from start to finish and using templates. I know basic html and css.
    I downloaded the transport template and I'm using frontpage. Here is everything Ive done and hopefully it will be enough info for someone to help me...
    Created a new web in frontpage, put the contents of the images folder from the transport file into the images folder in frontpage, created a CSS folder in frontpage and copied the CSS from the transport file to it, Linked the CSS file to my index page in frontpage, copied the html from the transport file to my index in frontpage.

    All the text is showing up in the rite layout, but the background, pictures and everything are not there, what am I doing wrong?

    I attached a screenshot of how its showing up, and my code is below.
    Here is a link to the template and what it is supposed to look like
    https://freewebsitetemplates.com/preview/transport/

    I hope this is enough info to help me.

    Thanks!!!
     

    Attached Files:

  2. Jackie5_0

    Jackie5_0 New Member

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Transport template</title>

    <link rel="stylesheet" type="text/css" href="CSS/style.css">

    </head>
    <body>
    <div id="outer">
    <div id="wrapper">
    <div id="body-bot">
    <div id="body-top">
    <div id="logo">
    <h1>TRANSPORT COMPANY</h1>
    <p>We care about your cargo</p>
    </div>
    <div id="nav">
    <ul>
    <li><a href="http://www.freewebsitetemplates.com">MAIN PAGE</a></li>
    <li><a href="http://www.freewebsitetemplates.com">TRACKING</a></li>
    <li><a href="http://www.freewebsitetemplates.com">RATES</a></li>
    <li><a href="http://www.freewebsitetemplates.com">PICK UP</a></li>
    <li><a href="http://www.freewebsitetemplates.com">SERVICES</a></li>
    <li><a href="http://www.freewebsitetemplates.com">CONTACT US</a></li>
    </ul>
    <div class="clear"></div>
    </div>
    <div id="gbox">
    <div id="gbox-top"></div>
    <div id="gbox-bg">
    <div id="gbox-grd">
    <h2>WELCOME TO OUR TRUCK TRACKING COMPANY</h2>

    <p>Don't forget to check <a href="http://www.freewebsitetemplates.com">free website templates</a> every day, because we add a new free website template almost daily.</p>
    <p>You can remove any link to our websites from this template you're free to use the template without linking back to us.</p>
    <p>This is just a place holder so you can see how the site would look like.</p>
    <p>This is a template designed by free website templates for you for free you can replace all the text by your own text.</p>
    <div id="features">
    <h2>FEATURED SERVICES</h2>
    <ul>
    <li><a href="http://www.freewebsitetemplates.com">Free Website Templates</a></li>
    <li><a href="http://www.freewebsitetemplates.com/forum/">The forum</a></li>
    <li><a href="http://www.justwebtemplates.com">Just Web Templates</a></li>
    <li><a href="http://www.templatebeauty.com">Template Beauty</a></li>
     
  3. Jackie5_0

    Jackie5_0 New Member

    It was too long for one post here is the rest...


    </ul>
    <ul>
    <li><a href="http://www.templatebeauty.com">Template Beauty</a></li>
    <li><a href="http://www.freewebsitetemplates.com">Free Website Templates</a></li>
    <li><a href="http://www.freewebsitetemplates.com/forum/">The forum</a></li>
    <li><a href="http://www.justwebtemplates.com">Just Web Templates</a></li>
    </ul>
    <div class="clear"></div>
    </div>

    <div id="newsletter">
    <h2>NEWSLETTER</h2>
    <form action="" method="get" accept-charset="utf-8">
    <input type="text" class="text" name="q" value="" id="some_name" />
    <input type="submit" value="go">
    </form>
    <p><a href="http://www.freewebsitetemplates.com">Click here for details</a></p>
    </div>
    <div id="events">
    <h2>FEATURED EVENTS</h2>
    <ul>
    <li><a href="http://www.templatebeauty.com">Template Beauty</a></li>
    <li><a href="http://www.freewebsitetemplates.com">Free Website Templates</a></li>
    <li><a href="http://www.freewebsitetemplates.com/forum/">The forum</a></li>
    <li><a href="http://www.justwebtemplates.com">Just Web Templates</a></li>
    </ul>
    </div>
    <div class="clear"></div>

    </div>
    </div>
    <div id="gbox-bot"></div>
    </div>
    <div id="greybox">
    <div id="greybox-bot">
    <div id="greybox-top">
    <h2>MOST CONVINEIANT & RELIABLE TRANSPORT SERVICES</h2>
    <p><a href="http://www.freewebsitetemplates.com">Click here for details</a></p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

    <div id="copyright">
    &copy; Copyright information goes here. All rights reserved.
    </div>
    </body>
    </html>