Looks fine in Dreamweaver, but when I upload..

Discussion in 'Give and Get Help' started by CriticalDesign, Jun 4, 2008.

Thread Status:
Not open for further replies.
  1. 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 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 New Member

    Thank your very much, I appreciate it =]
  4. pezboy45 Mod/Design & Coder [Pro]

    No problem.

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