Jump to content

Shem

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Shem

  1. One last idea. This time I'm TRULY out of ideas...remove the
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

    I mean, is it really needed? Is that an ASP script or what? It shouldn't be in the output. I must say I was thinking about that scince the beginning, but I have seen a page which uses it and yet has CSS applyed to it, so up until now I didn't though it's the problem. I'm out. If I post another post here, I ask the moderators to give me a warning or something (cause I already feel like a flooder or something :) ).

    unfortunately I have tried that before....all my other pages are set up the same, and they work?? i'm currently posting on theFF forums, hopefully something comes of that, otherwise i'll end up haveing to putmy styles on every bloody page.thanks for trying tho'Shem
  2. ok tried that, no luck...

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Plastitrade</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="plastitrade.css" type="text/css"></head>

    my FF just updated last week? how do i see which version i have, but still that wouldmean my other sites wouldn't work either, as this is the way i've allways linked mycss files?i'm soo stumped, i've tried searching the net too, nothing remotely similar to this prob?

  3. ok so i've changed the link, and taken out the '/' but still no luck?

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Plastitrade</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="plastitrade.css" type="text/css"></head>

    is that what i was meant to dothanks for all your help btwShem

  4. That's odd... are you in qirks mode or strict mode. In other words, do you have a doctype? That might be the problem (but I have never encountered it though).

    this is the opening of my page:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Plastitrade</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="plastitrade.css" type="text/css" /></head>

  5. FF won't link to my css filemy link:<link rel="stylesheet" href="plastitrade.css" type="text/css" />IE picks it up?the css works if i put it in the html file?anyone encountered a prob like this?its irritating as i can't really test my pages locally nowbtw this is the first time i've encountered this probcheersShem

×
×
  • Create New...