• Resolved leialte

    (@leialte)


    On my index.php, I have an include that brings in a .php file, which essentially acts as an aside. I use this exact same include on individual pages by using runPHP. The includes using runPHP are exactly the way I want them, no problem there. The problem comes with the index.php — the include shows up in the right spot, no problem, but the font is ‘bolded’.

    index.php –> https://seamshistoric.com/journal
    individual page –> https://seamshistoric.com/journal/gloves
    (please don’t view in IE — I’m still trying to figure out THOSE problems too. My only concern is the font variation.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mark Jaquith

    (@markjaquith)

    You may have left a <b> or <strong> tag open. You have a lot of work to do to get your HTML validated:
    https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.seamshistoric.com%2Fjournal%2F

    Validation should be your first goal… it’s hard to diagnose problems without validation because of the different ways different browsers deal with invalid HTML.

    Don’t get discouraged, many of your errors are the same error repeated many times, and sometimes fixing one error fixes a bunch of other ones.

    Thread Starter leialte

    (@leialte)

    Hah. I fix one, I add to my list.

    anyway, thank you for the link. I’m having another problem, though — how on earth do I fix this:

    Line 33 column 24: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.

    <div id="rustAsidesPost">

    I’m royally confused.

    edit: Okay, that particular error is gone… I’m still royally confused, because I fixed that error in the process of fixing another.

    Well, it’s validated, but I’m still getting the font variation.

    prjg

    (@iiiiiiiv)

    Validation should be your first goal… it’s hard to diagnose problems without validation because of the different ways different browsers deal with invalid HTML.

    You ought to see the way different browsers deal with valid HTML as well. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inexplicable Font variation!’ is closed to new replies.