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

CSS NO Pictures be seen when I use CSS PLS REACT SOMEONE

Discussion in 'Web Development' started by buffy1987, Dec 10, 2007.

  1. buffy1987

    buffy1987 New Member

    HI,..I used 1 of your templates... Counterstrik2.zip.
    So I did everything Put they index.html online and uploaded ALL pictures at site...and put they Css in they index like it must and it worked only NOT the pictures...I used the url from the pictures that I uploaded but it doesnt work?? so waht do I do wrong :( I really have to fix this problem fast..pls someone help me.xxx Buffy


    (here a little piece of the Css/everything works only not the pictures being seen on they index.html)


    body {
    background-image:url(images/http://www.freewebs.com/tms-cl/Pictures/background.gif);
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
     
  2. cyberquest

    cyberquest New Member

    You might try - background-image:url(images/tms-cl/Pictures/background.gif); -

    if tms-cl/Pictures/ isn't in the name of your image. remove tms-cl/Pictures/ -

    it would look something like this:
    background-image:url(images/background.gif);

    The word "images" points to the name of your folder where you keep them

    The rest of the path would then be (images/whateveryourpicnamehere.gif)
    or jpg etc. - upper and lower case included -

    since you host on freewebs.. you don't need the to put in the URL -http://www.freewebs.com
     
  3. Tundra

    Tundra New Member

    Im having the same problem but i know the address for my pics is correct. Before i edited my CSS they worked but ever since i changed a color here and there they stopped working. They dont have red Xs just image placeholders and wont load. Any thoughts?
     
  4. jordan333

    jordan333 New Member

    make sure the file extensions aren't capitalized. try copying the site to your system and editing the files again in dreamweaver, save and preview it, then re-upload to your server.