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 Looks fine in Dreamweaver, but when I upload..

Discussion in 'General' started by CriticalDesign, Jun 4, 2008.

Thread Status:
Not open for further replies.
  1. CriticalDesign

    CriticalDesign New Member

    Well I finally finished my site using one of your great templates ^-^

    However, when I upload it to the hosting service, it does not load any of the pictures. Check it out : www.fusionservers.net ..

    I can provide any files necessary if you can't tell me what happened from the above.

    Please reply ASAP,

    Crit.
     
  2. pezboy45

    pezboy45 Mod/Design & Coder [Pro]

    CSS Problem

    Your style sheet is linked to your computer.
    You gotta change that.

    This is what it is:
    HTML:
    <link rel="stylesheet" href="file:///C%7C/Documents%20and%20Settings/Uses/Desktop/Templates/Gaming2/style.css" type="text/css" media="screen">
    This is what it should be:
    HTML:
    <link rel="stylesheet" href="style.css" type="text/css" media="screen">

    Hope this helps.
     
  3. CriticalDesign

    CriticalDesign New Member

    Thank your very much, I appreciate it =]
     
  4. pezboy45

    pezboy45 Mod/Design & Coder [Pro]

    No problem.

    -- thread closed --
     
Thread Status:
Not open for further replies.