• Hey guys. First time poster here.

    I just got my site up and running at http://www.taoofbrian.com

    I have two problems.

    1) The text in my article titles is somehow formatted as justified instead of aligned left. Everytime I make a new blog entry, it stretches the title out all whacky. How do I fix that?

    2) When you view my page in IE, the email text is light gray. In Firefox it is black, as it is supposed to be. WTF?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1.
    .post {
    margin: 0 0 40px;
    }

    2.
    Change the h7 colour in the css ?

    Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    2.

    It may be a very irritating cross browser problem…

    2. There is no standard specification for an <h7> tag, so IE is defaulting to the color specified in:

    small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }

    1.
    .post {
    margin: 0 0 40px;
    }

    — podz — wuzzup with that? All that’s going to do is change the margin on the right…. doesn’t “fix” justification….

    Look for “justified” in the CSS in regards to the text-align for posts. Other options: left, right, center.

    Tg

    The .post had a text-align:justify; declaration …. thought I’d seen a h7 tag.

    I certainly think there is a market for a fully broken down and thoroughly commented Default CSS …

    Pfft! That’ll never happen…. makes too much sense….It’s too obvious.

    Tg

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Need help formatting my page’ is closed to new replies.