Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Help - CSS not changing html - grrrrr

  1. #1
    Join Date
    Jul 2012
    Location
    Dorset, England
    Posts
    67
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Red face Help - CSS not changing html - grrrrr

    Been trying to get this sorted, but no matter what I do to the css file, nothing changes on the page

    All files are at the bottom of the page - www.dorsetdog.com/test

    Trying to get the calendar to look something like
    Last edited by Mark Ellis; 08-01-2012 at 11:40 AM. Reason: resolved

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there Mark Ellis,

    your link, unfortunately, is not working.

    Can you check it out?

    coothead

  3. #3
    Join Date
    Jul 2012
    Location
    Dorset, England
    Posts
    67
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by coothead View Post
    Hi there Mark Ellis,

    your link, unfortunately, is not working.

    Can you check it out?

    coothead
    Sorry, which link? The page link of http://www.dorsetdog.com/test works for me

  4. #4
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there

    Firefox gives me this...
    Server not found
    ...for that link.

    coothead

  5. #5
    Join Date
    Jul 2012
    Location
    Dorset, England
    Posts
    67
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Red face

    Quote Originally Posted by coothead View Post
    Hi there

    Firefox gives me this...
    Server not found
    ...for that link.

    coothead
    I don't know what's going on there then.

    I use Chrome. But opened Firefox, and it went straight to the page requested. Then I tried it in IE 9 and again it was fine. You're not with Tiscali talktalk by any chance? It is a Google sites website, and a friend on talktalk occasionally has issues with anything Google.

    But I've now added a direct link in the navigation - go to www.dorsetdog.com and you'll see test on its own on the right hand side of the navigation

    Thanks

  6. #6
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there Mark Ellis,

    I am with "Orange", formerly "Wanadoo", formerly "Freeserve".

    It is a Google sites website.....
    Well, I don't know what a "Google sites website" is.

    I do know, though, that my "Windows 7" pc does not contain anything of "Google", either in the
    "Registry" or in the "Files".

    I also tried my old "Windows XP" pc, which has not been cleansed but had similar results...
    Server not found

    My suggestion is that you take this problem, and the one in your original post, to "Google" itself.

    There are probably some procedures that you have omitted to do.

    coothead

  7. #7
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Must be just you coot head, mines getting the site
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  8. #8
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    However, the first question is, if the CSS is external, which I think it is, do you know it is linked correctly?
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  9. #9
    Join Date
    Jul 2012
    Location
    Dorset, England
    Posts
    67
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by bernie1227 View Post
    However, the first question is, if the CSS is external, which I think it is, do you know it is linked correctly?
    With all the files in the same folder on my pc - if I put a load of resets at the top of the CSS file, then the calendar contents is moved over to the left - so the HTML must be picking up the CSS

    My htm file (as attached at the bottom of the test page) is

    <!DOCTYPE HTML>
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title>Calendar</title>
    <script type="text/javascript" src="calendar.js"></script>
    <link href="jec-grey.css" rel="stylesheet" type="text/css" >
    </head>

    When used on the Google sites then the JS and CSS links have the dorsetdog links

  10. #10
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Well what is the actuall CSS in the external file? It could be to do with the code.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •