Viewing 7 replies - 1 through 7 (of 7 total)
  • you messed your theme quite good 🙂
    I see the page with no styles.

    but actually, it is easy to fix ..
    I think you are missing the closing tag for TITLE..
    put that back on, and MAYBE (if there are no other stuff missing) it will be fixed..

    Thread Starter adorableamy

    (@adorableamy)

    That’s it! Thanks, krembo99!!!

    Here’s another question: half of my errors are from using ‘
    ‘ tags. What should I use instead?

    Thread Starter adorableamy

    (@adorableamy)

    That was supposed to be “br” tags.

    What should I use instead?

    This is the best (and may I use the term “CUTE-EST” question I have seen (and answered ) all day, and believe me I answered a lot ..
    between HTML tags, TEMPLATE tags, PHP tags .. and CSS , I don’t really know what to say 🙂

    Well.. there is NOTHING you should or CAN use instead..
    But in order for it not to happen again, Just try not to touch any file if you are not sure what exactly are you doing, where , and why..
    And If you have a question, just ask.
    This time it was a simple problem, but messing with code can cause a lot more.
    …experiments lead to knowledge …

    Wow .. now your theme looks great …

    Thread Starter adorableamy

    (@adorableamy)

    That did come across like an airhead, but I’m really not! LOL! I had typed “br” tags, but the “br” didn’t come through because I put carots around it. My question was, what do I use instead of “br” (break) tags?

    well…
    your doctype is XHTML (as it should be)

    In HTML the <br /> tag has no end tag.
    In XHTML the<br />tag must be properly closed, like this: <br />.

    And looking at your theme, there is some confusion between p and br , but it shows only if one wants to validate .. o ver 160 errors, most br related like you said ..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blog is BLANK in IE’ is closed to new replies.