Skip to:
Content
Pages
Categories
Search
Top
Bottom

2 issues: hot-tags and general font size problems

  • 1. I’ve read through some posts on changing the font size in the tag cloud, and it’s as I want now. However, when I go to the tags page, the small ones are the right size, but the large ones are huge! Any ideas as to where to fix that?

    2. Having created my forums in Google Chrome, I’ve just checked them in Firefox and IE7. In both of those, the fonts are all a little larger, resulting in an ugly look – the discussion text looks like it’s bold. I’m sure I saw a post regarding this somewhere, but after trying for ages I can’t find anything. Needs sorting out, as many of my users will be on IE, but not all. Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Fixed. Finally got to tags.php (duh) after trawling through core files. Moral: don’t work past 2am.

    2. Not resolved. I’ve searched through CSS tutorials on various sites, but can’t find an easy test for the browser type without using php or javascript. Is there a way to set a font size in CSS at, say, 10pt for IE, and 11pt for any other browser?

    Also – for moderators – I’m not bumping deliberately. I’ve noticed others editing posts now and then, as I have, to say they don’t require help any longer. Can’t the allowed edit time be changed to 24 hours or something like that? Maybe even let members delete their post if it has no replies? It’d keep things tidier.

    [Edit]

    For the font size issue, could a different stylesheet be selected by browser type, based on something like the code _ck_ gave to stop IE8 messing up the header?

    function fix_ie8() {if (strpos($_SERVER,”MSIE 8″)) {header(“X-UA-Compatible: IE=7”);}}

    add_action(‘bb_send_headers’,’fix_ie8′);

    I can see how this works, but don’t know how to modify it to discover any IE browser version, and select style_ie.css, else select style.css – any ideas folks..?

    Thanks for that. I’ve had a look, and will get my head around it after some content work. (And you know, I do wonder why a corporation as large and ridiculously wealthy as MS can’t – or deliberately won’t – fix their own browser…)

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar