How do I edit the font size for the List Template?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • David Copeland
    Senior Member
    • May 2000
    • 1354
    • 4.2.5

    How do I edit the font size for the List Template?

    I need help in locating exactly where I can increase the default font size for the "List" template (which is different than what appears in this section of the post)

    Example: On our forums, the font size is the following List appears smaller than the size in this line of type:
    1. (Sample List line to increase font size)
    2. (Sample List line to increase font size)
    3. (Sample List line to increase font size)

    DAVID COPELAND
    Licensed VB Holder Since 2000
    Celebrating 22 Years with VB
  • feldon23
    Senior Member
    • Nov 2001
    • 11291
    • 3.7.x

    #2
    List template?

    Are you meaning when you use the [list]
    and [*] bbcodes?


    The only CSS definitions I'm aware of that affect list items are this one:

    Code:
    td, th, p, li
    {
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    which prescribes that each list item will have those font characteristics. I have NO IDEA why these 4 unrelated tags (td, th, p, and li) are formatted in one line which cannot be easily broken up.

    I suppose you could redefine li later down the style sheet. At the very bottom of the Main CSS editor is a box Additional CSS.

    At that point you could maybe add a definition:

    li { font-size: 12px; }
    Last edited by feldon23; Sun 1 Jan '06, 10:20pm.

    Comment

    • David Copeland
      Senior Member
      • May 2000
      • 1354
      • 4.2.5

      #3
      Yes, that did it!

      DAVID COPELAND
      Licensed VB Holder Since 2000
      Celebrating 22 Years with VB

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        If you ever need to learn more about this or other things, try looking here.

        Comment

        • David Copeland
          Senior Member
          • May 2000
          • 1354
          • 4.2.5

          #5
          Originally posted by LEAD_WEIGHT
          If you ever need to learn more about this or other things, try looking here.
          http://www.tizag.com/
          Thanks for the great tip.

          Would you know of another site that gets into Adobe Photoshop CS2 ? I could really use some help with designing items.

          DAVID COPELAND
          Licensed VB Holder Since 2000
          Celebrating 22 Years with VB

          Comment

          • Jose Amaral Rego
            Senior Member
            • Feb 2005
            • 11058
            • 1.1.x

            #6
            I post it in Chit Chat. I will find the link.

            nevermind the promo ended already?
            Last edited by Jose Amaral Rego; Mon 2 Jan '06, 12:22pm.

            Comment

            Related Topics

            Collapse

            Working...