Results 1 to 7 of 7

Thread: Validating

  1. #1
    Join Date
    Oct 2004
    Location
    Derby
    Posts
    790
    Tokens
    1,148

    Latest Awards:

    Default Validating

    Hi,
    Nets Re-coded this for me and it was fine. The only problem was i edited it all using frontpage, and now it's fine on internet explorer. But isn't too good on firefox. I've got it down to only 8 errors but I think it's something to do with css. Can anybody sort it out?
    Website www.nitrox-designs.sygon-hosting.com/index2.htm
    css file www.nitrox-designs.sygon-hosting.com/l.css
    Here are the errors it has http://validator.w3.org/check?uri=ht...pe=Inline&ss=1

    Many Thanks, Rob



    People who I respect

    RichardKnox | Nets | JoeComins | Raremandan | Embrace | Css | Encryptions!

    I love Christmas too much - Im looking forward to it already!

  2. #2
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    Its mainly because you are using the <font> tag which dosent work in xhtml as xhtml relies on css..

  3. #3
    Join Date
    Oct 2004
    Location
    Derby
    Posts
    790
    Tokens
    1,148

    Latest Awards:

    Default

    i figured that out. Could anybody tell me what to replace it with? I have no knowledge of xhtml or css really.



    People who I respect

    RichardKnox | Nets | JoeComins | Raremandan | Embrace | Css | Encryptions!

    I love Christmas too much - Im looking forward to it already!

  4. #4
    Join Date
    Nov 2004
    Location
    Daventry, Northants
    Posts
    1,510
    Tokens
    0

    Latest Awards:

    Default

    Theres a lovely tut here - http://www.echoecho.com/csstext.htm

  5. #5
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    HTML Code:
    body {
    font-family: verdana;
    font-size: 10px;
    color: 000000;
    }

  6. #6
    Join Date
    Oct 2004
    Location
    Derby
    Posts
    790
    Tokens
    1,148

    Latest Awards:

    Default

    Thanks, I'll take a look at it.
    Where abouts in the css file would that go?



    People who I respect

    RichardKnox | Nets | JoeComins | Raremandan | Embrace | Css | Encryptions!

    I love Christmas too much - Im looking forward to it already!

  7. #7
    Join Date
    Nov 2004
    Location
    Daventry, Northants
    Posts
    1,510
    Tokens
    0

    Latest Awards:

    Default

    If your using div tags
    div#*** {all other css; font-family:verdana; all other css }

Posting Permissions

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