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 Problem with css

Discussion in 'General' started by Seosamh24, Aug 5, 2008.

  1. Seosamh24

    Seosamh24 New Member

    Hi,

    Just new around these forums and again like others wanna say get quality templates :)

    I'm having a problem with desktop editing of the media template. I have everything coming up but the images etc.....I have changed the source from e.g. images\header.jpg to C:\Users\Joe Smyth\Desktop\SiteTemplates\Media\header.jpg but still nothing....

    Will this be a different story if i upload them onto my server? and is there need to edit the css code?

    Thanks Joe :)
     
  2. Seosamh24

    Seosamh24 New Member

    Really beating me this atm.lol

    Any help i'd be super grateful :)
     
  3. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Thats one long directory name, why don't you try something easy like c:\work
    All images are in the "images directory" the source code calls it from there (images/page_bg.gif) look at the css file and you will see.
    try making a directory called media, inside it put your image directory and html files and one css file
     

    Attached Files:

    • dumb.jpg
      dumb.jpg
      File size:
      51.6 KB
      Views:
      762
  4. NinjaOptix

    NinjaOptix New Member

    All you nned to do is name the folder of the images if its in the folder where your index is then you wont have any problems at all.
     
  5. navyfalcon

    navyfalcon Well-Known Member Verified Member

    For my site
    I have a folder named "site"
    inside that is "index"
    also inside that folder I have two other folders
    one named "pages"
    and one named "images"
    to access an image named "turbine"
    <imp src="../images/turbine.jpg" width="size you specify" height="size"
    align="left, right or bottom etc." alt="turbine">

    something similar to this should help you
    by placing the two folders inside the main folder
    hope this helps
    falcon
     
  6. dmac

    dmac New Member

    Hello All,

    I have also been experiencing a problem when I change the location of the stylesheet to the images folder. I have the stylesheet in the images folder and have changed the location on the index page to :
    link href="images/style.css" rel="stylesheet" type="text/css" /

    Once the stylesheet location is changed from "style.css" to "images/style.css" all images that are called from the stylesheet do not appear. Only those images that are called directly from the index.html file are displayed.

    All help is appreciated!