Question:

How do you put your own layout or background on freewebs?

by  |  earlier

0 LIKES UnLike

I've been trying to know how but i can't or don't know how to do it. Can someone please help me im making a site in freewebs so please help!!! =)

 Tags:

   Report

3 ANSWERS


  1. This is what I used on my CSS:

    .head {

    /*  font: normal 14px arial;

      color: #81a7e0;

      position: absolute;

      top: 1%;

      left: 114px;

    /* z-index: 10; */

      margin: 0;

      padding: 0;

      text-transform: uppercase; */

    /* width: 780px; */

      width: 60%;

      height: 181px;

      margin: 0 auto;

      background: #161c31 url('link to my image') no-repeat center scroll;

    }

    Then after the body tag on the index.html:

    <div class="head"></div>

    That puts my header image in, but it is similar in principal to put either a background image into the body or into a div wrapper container.

    Please excuse mess of my page, but I have been having problems with FreeWebs for the last few months which they seem unable to resolve or fix.

    Ron


  2. Sign into your Freewebs account and use your Site Manager or File Manager (depending on type of Freewebs account you have) to upload any pictures you want.

    If you need code, either upload the .html or .htm file OR if you have the type of site where you can write the code for your pages, make a page and then click the edit button to open Webeditz.  Paste the code into there and save the page.

    If you need any more help and someone doesn't make it clear here, it's possible to send me messages and I'm happy to work more closely with you to help you work it out.  It can be a steep learning curve and it's a bit difficult to give you better instructions without knowing what type of Freewebs account you are using and how much web stuff you know.

  3. At the top of the page on freewebs editing, click background image change and upload any layout/background image from your computer. Then choose them as a background for each of your pages. Hope this helps.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.