0
Welcome Guest! Login
0 items Join Now

Changing display for category lists

  • Changing display for category lists

    Posted 17 years 1 month ago
    • Dear Team

      When I display a category list in Simplex it looks like this, with a number directly apposed to the article title, with no space, as follows

      1The first article
      2Another article
      3And so on for articles in the category

      The numbers are in BLACK (unstyled) while the title text is hyperlinked-style

      The HTML sent out for this table reads as at the end - and has a RIGHT ALIGNED cell containing the number (hence the lack of space between number and title)

      QUESTIONS
      1. How can I NOT print out a number in these category lists, and instead either have nothing or a bullet?
      2. If a number is inevitable, how can I create a space - and style the numbers

      Many thanks


      <tr class="sectiontableentry1" >
           <td align="right">
                1    </td>
                     <td>
                <a href="/wives/index.php?view=article&catid=13%3Aevents&id=29%3Awebwife&option=com_content&Itemid=20">
                     WEBSITE</a>
                          </td>
                               </tr>
      <tr class="sectiontableentry2" >
           <td align="right">
                2    </td>
                     <td>
                <a href="/wives/index.php?view=article&catid=13%3Aevents&id=17%3Aagm-2008&option=com_content&Itemid=20">
                     AGM 2008</a>
                          </td>
                               </tr>
      <tr class="sectiontableentry1" >
           <td align="right">
                3    </td>
                     <td>
                <a href="/wives/index.php?view=article&catid=13%3Aevents&id=22%3Afounders-day&option=com_content&Itemid=20">
                     Founders Day</a>
                          </td>
                               </tr>
      <tr class="sectiontableentry2" >
           <td align="right">
                4    </td>
                     <td>
                <a href="/wives/index.php?view=article&catid=13%3Aevents&id=24%3Afellowship-conference&option=com_content&Itemid=20">
                     Fellowship Conference</a>
                          </td>
                               </tr>
  • Re: Changing display for category lists

    Posted 16 years 7 months ago
    • I am having the same problem in Firenzie. The fix in the Joomla forum does not work for this template. Any ideas?
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Changing display for category lists

    Posted 16 years 7 months ago
    • Difficult to post a solution without a link, but try the following:
      tr.sectiontableentry1 a,
      tr.sectiontableentry2 a {margin-left: 20px;}

      (add that to your template.css file)
    • Say no to Internet Explorer 6.
      twitter.com/mark_up

Time to create page: 0.054 seconds