Results 1 to 3 of 3

Thread: CSS Newbie - very frustrated... LoL...

  1. #1
    Join Date
    Feb 2008
    Location
    Sydney, Australia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Newbie - very frustrated... LoL...


    Hi... I'm extremely new to CSS but have been designing my websites in notepad for a few years now, and finally stepped up to CSS which I thought had made my life a lot easier - until I found out that my site cant be viewed with IE at all!!! All that comes up is a full page of my background colour and thats it! So my web traffic has suffered extremely, and now I am tearing my hair out trying to find a way to have IE compatible with my style sheets without having to start again from scratch... if anyone can help that would be great... the website in question is:-
    www.signaturerc.com
    if you want to have a look at what I'm talking about. I'm hoping that an object detection code might work but I don't really know how to include it in the css.

    Thanx

  2. #2
    Join Date
    May 2007
    Location
    England, UK
    Posts
    235
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    You are missing this </style> from your head which is stopping the rest of the HTML from displaying correctly.

    HTML Code:
     <!-- **** colour scheme stylesheet **** -->
      <link rel="stylesheet" type="text/css" href="style/colour.css" />
    <style type="text/css">
    <!--
    a:link { color: #0024FF; text-decoration: none }
    a:visited { color: #A90111; text-decoration: none }
    a:active { color: #00FF2A; text-decoration: none }
    a:hover { color: #F000FF; text-decoration: underline }
        td {font: 10pt verdana}
    -->
    
    MISSING CODE FROM HERE
    
    <link rel="stylesheet" href="thumbnailviewer...

  3. #3
    Join Date
    Feb 2008
    Location
    Sydney, Australia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    THANKYOU!!!

    I had gone over it that many times trying to work out where I had gone wrong, that I had just assumed it was a CSS issue... You have just saved all my hair!!! LMAO... and yes... I do feel rather stupid now... LoL...
    And yes... my whole site is now working as it should....

    Thanx again.... GREATLY appreciated!!!

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
  •