• hello, I’m rather new to CSS and WordPress. I have alot of experience with HTML coding and C++, so it somewhat helps. but I’ve finall got my blog setup with a standard WP post loop. One problem, it doesn’t display in IE? I’m using Firefox, which is an amazing browser, but alot of my friends and such use IE, this is a major problem. I know IE can be a hassle with CSS, but a problem with the simple post loop? Am I missing some sort of code that needs to be on my XHTML/CSS? Please help me on this, my blog is: https://www.makingmark.com/outkast . Please help, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • outkast,
    Just a quick look at your andmar.css file I see a selector, postdate, which is missing the leading period; it should be “.postdate” not just “postdate”.
    It might also be helpful to wrap all of your DIVs into a containing DIV, which is the “rap” DIV in the index.php. This DIV is not defined or styled in the default CSS file, but you can easily add the #rap selector and style as you wish from there.
    It seems to me that your issues will be solved through changes in your CSS.

    Thread Starter outkast

    (@outkast)

    I’ve reworked my CSS code with the help of Veerle’s Blog CSS tut (https://veerle.duoh.com/) by using containers in my code. at first I didn’t get how to make a website without using tables, but now I get it and before i was just putting together code of which i thought was right lol :). check my page out now, see if anything is wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE not displaying simple posts?’ is closed to new replies.