5 replies
  • WEB DESIGN
  • |
I looked for other threads but, couldn't find one.
I have a website template, I believe it is a CSS because there was a file named css. I have uploaded all my files , images, and the css to my public_html, but my websites only comes up with text. My backgrounds and images do not show up.
the css file is in the css folder, the images are in the image folder and the index.html is there. They are all in my public_html file.

Can someone please help me?
My website is
xxx.mmtexplosion.com

Sorry, It wouldn't let me add the link above, so I made do...lol

I really need to get this fixxed fast and I have tried posting to the forum where I purchased the domain and hosting already. I have also used their online chat, which is a joke.

Please help me!
#fast
  • Profile picture of the author YiKeS
    G`day Angela,

    your not referencing the css file correctly ... find
    the following code inbetween the <HEAD> tags ...

    Code:
     <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    .. and add css/ like this ...

    Code:
     <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
    You may also want to change the path to the
    download-button image ... currently it`s this ...

    ../../download-button.PNG

    ... change to this ...

    images/download-button.PNG

    That should get it showing correctly ... your
    popup needs a "CLOSE" link/button to ...
    I can see it in the code but it`s not showing
    on the page, probably coz it`s "outside" of the
    </form> tag.


    YiKeS
    Signature
    AUSSIE MADE
    WSO --> HOMEPAGER <--- WSO
    {{ DiscussionBoard.errors[670775].message }}
  • Profile picture of the author agriffin
    Thank you so much for your help! I did what you said to do and it didn't fix it.
    I think I goofed the codes up, I went back in to a new file that hasn't been touched and there is a whole lot of the html code gone...
    Man, I worked on this thing 5 hours yesterday and all day today.
    Thank you again , I am going to have to start over but, I will remember what you said and add that.
    {{ DiscussionBoard.errors[670981].message }}
  • Profile picture of the author Peter Soos
    You may try and google a download to this and maybe it will be of some use to you. It's basic but it might help in checking it out before uploading your files.
    Good looking out YIKES!
    Astyle CSS editor
    Peter Soos
    {{ DiscussionBoard.errors[671050].message }}
  • Profile picture of the author Johnny
    Hi Angela Griffin

    This steps should help

    1) move your files from
    folder /images/images/
    to
    folder /images/

    2A) Change your html:

    From
    href="style.css"
    to
    href="./css/style.css"

    2B) From
    src="../images/download-button.PNG"
    to
    src="./images/download-button.PNG"

    3) For your background images
    edit style.css

    replace all

    images/

    to
    ../images/
    Signature

    ________________________________________

    >>> Johnny <<<

    {{ DiscussionBoard.errors[671298].message }}
  • Profile picture of the author thefreelancesquad
    Hello, we see you still have not gotten your website issue resolved, did you ever get the original code back? We would love to help you further with this, send us a message on how to contact you. Who is your hosting company? When you said customer service was a joke, one came to mind, but just wondering if I am right.

    The Freelance Squad
    {{ DiscussionBoard.errors[679069].message }}

Trending Topics