How to display tags of same size?

Discussion in 'HTML & Website Design' started by jahangir, Feb 18, 2011.

  1. #1
    Hi all,

    I am showing post tags on the sidebar of my design blog but some tags are appearing larger and some are smaller.

    I know they become larger based on the no. of posts those tags used in but I want to show ALL tags of same size.

    Can anyone please tell me how to make them of same size?

    Thanks
     
    jahangir, Feb 18, 2011 IP
  2. MikeBuyco

    MikeBuyco Member

    Messages:
    702
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    35
    #2
    You can edit them and use a font size attribute to the text. Here is an example:

    <h1><span style="font-size: medium;">YOUR KEYWORD HERE</span></h1>
    Code (markup):
     
    MikeBuyco, Feb 18, 2011 IP