• In the css:
    ol#comments li p {
    font-size: 500%;
    }
    When ‘View Source” is selected:
    <ol id="commentlist">
    <li id="comment-232">
    Actually, they
    The top part would appear to apply to the bottom part, but no matter what number I write in the css, the comments text remains very small.
    Can someone shoot me with the Clue Cannon please ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Mark (podz)

    (@podz)

    Ta for that … but it didn’t work.
    p {
    font: 90%/130% ‘Arial’, Verdana, sans-serif;
    padding: 0 0 10px 0; margin: 0;
    }
    li, .feedback {
    font: 90%/130% ‘Arial’, Verdana, sans-serif;
    letter-spacing: -1px;
    }
    together with the ol# further up work in that apart from my comments text, all the other text sizes are fine.
    Using TopStyle, if I change the % element in this statement
    ol#comments li p {
    font-size: 100%;
    }
    I see an increase in size in the text I am targeting. Yet when I put those values into my css, nothing happens.
    I’ve checked other values, and altered them just to check I am playing with the correct file.
    Oh well .. I’ll keep playing.

    Anonymous

    Not sure, (not at all, in fact) but I seem to remember with mine that it had to do with what was inherited… could that be it? sorry, not enough know-how to say without looking it up which I can’t do at the moment, so I’ll toss this out — if not it, maybe will spark something else, to come up, remember. if this is involved, though, I remember naming a new class… and umm could you do that anyhow, perhaps, to get the control you want?

    Thread Starter Mark (podz)

    (@podz)

    Yea, it looks like the font size is a % of an inherited font.
    Been busy for a while playing Links 2004, so I’ll get on the case in a short time ??

    Thread Starter Mark (podz)

    (@podz)

    Somehow, changing this
    ol#comments li p {
    font-size: 100%;
    }
    into this
    ol#commentlist li p {
    font-size: 110%;
    }
    has done the job.
    (and I won the golf too ?? )

    Sushubh

    (@sushubh)

    damn me, i am playing ut2004 demo… ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comment text size’ is closed to new replies.