2 Replies Latest reply: Dec 19, 2013 6:44 PM by William Noel RSS

    edit module catelogueitemdump

    William Noel Community Member

      see live page at: http://www.firstnightva.org/fnv_store.html

       

      module catelogueitemdump now

             

      <tr>

       

          <td valign="top">

              <ul class="catelogueitemdump">

                  <li>

                      <a href="/fnv-button" target="_self"></a>

                  </li>

              </ul>

          </td>

          <td valign="top">

              <ul class="catelogueitemdump">

                  <li>

                      <a href="/wristbands" target="_self"></a>

                  </li>

              </ul>

          </td>

          <td valign="top"></td>

          <td valign="top"></td>

       

      </tr>

       

      What did I do wrong to get ul class catelogueitemdump TWICE?

       

      Would like the catalogs to be one list instead of two.

      Can’t get to the html so it must be the way I did it in BC

       

      module catelogueitemdump Like this:

       

      <ul class="catelogueitemdump">

                 

                      <li> <a href="/fnv-button" target="_self"></a> </li>

                      <li> <a href="/wristbands" target="_self"></a> </li>

                 

              </ul>

       

       

      What do you think?

      Thanks Will