Results 1 to 4 of 4

Thread: help a rookie/browser issues

  1. #1
    Join Date
    Apr 2009
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default help a rookie/browser issues

    I've used a CSS template and it seems to work great in Safari, but does not work in Firefox.
    The site address is: help-honduras.net
    I believe the error has to do with 1 or more of the following issues.

    The line:
    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Or:
    HTML Code:
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    A clue is the UTF-8 error I received, when I put it through a check.

    Again...I'm a rookie, so if you could please keep it simple...I might be able to figure it out.

    Thanks!
    Last edited by Snookerman; 04-22-2009 at 05:55 AM. Reason: added [html] tags and "Resolved" prefix

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    This needs to be a .css not .htm http://help-honduras.net/002new.htm

    <link href="http://help-honduras.net/002new.htm" rel="stylesheet" type="text/css" />

    <link href="http://help-honduras.net/002new.css" rel="stylesheet" type="text/css" />

    Dont just change the code you have to change the actual file extension as well.

    Also delete whatevers in the middle of this
    Slideshow (v1.51): � Dynamic Drive
    That question mark should be gone.
    Slideshow (v1.51): Dynamic Drive
    Then try fixing what this gives you
    http://validator.w3.org

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    coolclearwater (04-22-2009)

  4. #3
    Join Date
    Apr 2009
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Thanks!

    Dang...you made that seem easy. That did it. I've been messing with it for about 8 hours. Many thanks!

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Quote Originally Posted by bluewalrus View Post
    Also delete whatevers in the middle of this
    Slideshow (v1.51): � Dynamic Drive
    That question mark should be gone.
    Slideshow (v1.51): Dynamic Drive
    I'd like to add that the question mark was probably a copyright symbol and that should remain there so I suggest you use &copy; or just (c).

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
  •