• in my post the first line or so comes out bold ..why? how do i change it to normal ..i dont see anything in the ..layout.css?
    also the links are underlined in the post?? dont like that either
    lastly where can i also take the “em” outta of the content for the post??
    thank ya
    Blog This ~ Blogosphere Zoo
    http://www.splashhall.org/blog/

Viewing 5 replies - 1 through 5 (of 5 total)
  • “em” ? That line before your name ?
    Edit index.php and remove
    ?php the_category() ?> — <?php the_author() ?
    the bit in the middle of those two.

    font-space.
    First number is font size, second is line spacing.
    That help ?

    Thread Starter DJ Rg

    (@caferg)

    yea i know ..but ..there’s no second part or / .25em ..thats what i am trying to find out.. where is it.. you can clearly see my post etxt is using a em….

    Actualy, it isn’t clearly using an em in the line spacing….. in fact it isn’t at all. What it IS using is this:

    p, li, .feedback {
    font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: -1px;
    }

    Font size 90% (later changed to 98% in the content area) with a line spacing of 175% !!!!!!
    THAT is where it is comming from. Try reducing it or removing it.
    TG

    Thread Starter DJ Rg

    (@caferg)

    ahhh ..ok ..thx ..i saw that but wasnt sure why it was written that way.. thx again..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ugly Bold Type In Post??’ is closed to new replies.