Results 1 to 10 of 10

Thread: Hello i need some help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2006
    Posts
    8

    Default Hello i need some help

    Hello im clmiac in just made a e-blah with bizhat.com i need to know i would i add a back round to me web page. how would i do that... plz note i need some detal. plz Thank you for you help..

  2. #2
    Join Date
    Jan 2006
    Location
    Mera Bharat Mahan
    Posts
    1,961

    Default

    dude u need to learn CSS for that
    its not possible to add background without that

    and also I've very little knowledge about CSS

  3. #3
    Join Date
    Jun 2006
    Posts
    8

    Default

    if your talking about adobe i do have some knolage of it like photoshop Illustrator & imageready...

  4. #4
    Join Date
    Jan 2006
    Location
    Mera Bharat Mahan
    Posts
    1,961

    Default

    its not adobe CS
    its CSS -cascading style sheets
    u need to learn that
    w3schools is the best way to do that

  5. #5
    Join Date
    Jun 2006
    Posts
    8

    Default oh

    oh ok.... :P i well looks like i have some learning to do =P hehe

  6. #6
    Join Date
    Jun 2006
    Posts
    14

    Default

    well .. to give you an example , here is the content of a simple css file from witch you can change the appearance of the page.

    Just put this in a css file ( example: style.css )

    body {

    font-family: "tahoma", "arial", "helvetica", "sans-serif";
    font-size: 8pt;
    color: #cccccc;
    background-color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;

    }



    and put this in every html/php file you want to apply these seetings:

    <link>

  7. #7
    Join Date
    Jun 2006
    Posts
    8

    Default

    well how would i turn a .jpeg in to a .ccs.... this is the pic what i want for my back round
    http://members.cox.net/tnek02/pic/ffxi(otter).jpg

    of my e-blag at http://tenshodoclan.s1.bizhat.com

  8. #8
    Join Date
    Jun 2006
    Posts
    14

    Default

    body
    {
    background-image: url("name_of_file.jpg");
    }

  9. #9
    Join Date
    Jan 2006
    Location
    Mera Bharat Mahan
    Posts
    1,961

    Default

    @ Custom
    can u carry out CSS tutorial here
    some1 started it and just left it in between
    will be of gr8 help

  10. #10
    Join Date
    Jun 2006
    Location
    indonesia
    Posts
    7

Bookmarks

Posting Permissions

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