• Perhaps a simple question:

    Why doesn’t the following work?!

    <div class="small">In category: <?php the_category(', ') ?></div>

    According to the style sheet, this tag (‘small’) should be Arial in a small-sized font, where it shows up as Times New Roman (i.e., the default browser font).

    This one is really confusing me–

Viewing 5 replies - 1 through 5 (of 5 total)
  • what does not work about it? the font? if so can you copy and paste the CSS for the class small

    Troubleshooting stylesheet problems is easier when you can actually see the stylesheet. In other words, link?

    class called small and the actual tag <small> are different things. So, in the stylesheet, class “small” is referenced as .small and the tag is referenced as just small (which I could find in the default theme css)

    Thread Starter fallingj

    (@fallingj)

    Thanks for the helpful replies, every one.

    Minna, you are a genius.

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS and Kubrick: Problem’ is closed to new replies.