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 FileZilla, Quanta Plus, Ubuntu...No like .psd files?

Discussion in 'General' started by gashog, Nov 9, 2009.

  1. gashog

    gashog New Member

    Oh yeah....I edited the link in my text editor.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    zipup everything but do not incude the psd file

    zip up style.css, index.html and the graphics folder and upload it.
     
  3. gashog

    gashog New Member

    Done
    Same thing.
     
  4. gashog

    gashog New Member

    Wait. Do you mean ZIP everything up and try it that way?
    I did that and there's no page at all. Just the "directory listing denied" message.
     
  5. gashog

    gashog New Member

    So basically, I plop the html in my remote root and I get the text portion of the page.
    I plop the images in the same directory and I get text and pictures.
    I plop the styles in and....nothing.
     
  6. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    upload your zip file here so i can look at it
    sorry i forgot to tell ya
     
  7. gashog

    gashog New Member

    Sorry for the delay. I had to feed my puppies. I'm hand raising a litter of English Bullies!
    There's no smiley for "I haven't slept in two weeks"!
     

    Attached Files:

  8. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    I have looked at the files and they are ok.
    I uploaded them to my site and they work.

    What is the directory above work, the one with the picture of the file floder with the forward slash.
    Can you openit and post a screen shot?

    I use to raise Labs. Now I'm down to 3 old females and 2, 2 year old boys.
     
  9. gashog

    gashog New Member

    I uploaded a template from zeroweb and it worked right out of the box. I don't get it.

    I compared the code and the tags are a little different but, basically, the content of the tags are the same.

    Code:
    <head> 
    <title>misc1</title> 
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
    <link href="style.css" rel="stylesheet" type="text/css"> 
    </head>
     
  10. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Code:
    <link href="style.css" rel="stylesheet" type="text/css"[COLOR="#ff0000"]>[/COLOR] 
    Code:
    <link href="style.css" rel="stylesheet" type="text/css" [COLOR="Red"]/>[/COLOR]
    Yep the same should work.
     
  11. gashog

    gashog New Member

    Ok.
    I uploaded the zeroweb html and the style page and image directory from here. Guess what?....It worked! The style applied and the images would be there if I renamed them. The greyscale fade in the images directory showed up on the page with the rest of the styles though.

    It's definitely something in the html.
     
  12. gashog

    gashog New Member

    Here's what it looks like.


    [​IMG]
     
  13. gashog

    gashog New Member

    Here's the difference

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     
  14. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    that is what is called DTD (Document Type Definition)
    the template from here is on a more open, less strict coding standard than the zeroweb one, therefore it should run with no problem.

    Ok here is the link to the dog site here is a snap shot of the directory.
    link removed
     

    Attached Files:

    • me.jpg
      me.jpg
      File size:
      5.3 KB
      Views:
      350
  15. gashog

    gashog New Member

    I can't figure out what's wrong.
    I s'pose I could use the photoshop file and make my own "index.html"?
    I just don't see enough code that I can pick out the problem just by looking at it.
     
  16. gashog

    gashog New Member

    I buried it three directories down, just like yours.....NOTHIN!
    I just don't get it.
     
  17. crazyminx

    crazyminx New Member

    it is working for me fine
     
  18. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    I setup a sub-domain inside of my main domain. This way the server is looking at the root directory of that domain and does not see the all the other domains or any other 8000+ files stored on my server.

    Maybe you should try creating a directory called dog and put all your files in there.

    Then you could type something like this in the browser to open the index.html file. (i had to space it out so it wouldn't turn into a link)
    www . webusers . warwick . net/ ~1065566/dog/index.html
     
  19. gashog

    gashog New Member

    Nope. "File not found".
     
  20. gashog

    gashog New Member

    I'm gonna try to compile it in Komposer, then upload it as a package.