• Hi,
    i wanna make in my theme a tag page

    herefore i need the code for the tags but if possible the code for becoming the tags from the alphabeth, i mean the code for tags who start with “A”, i wanna place these in a table cell, after that the code for tags starting with “B” witch i place in another table cell…

    if it is possible how do i become that each tags are listd in two collumns in these cell

    please help

Viewing 1 replies (of 1 total)
  • Thread Starter Patrick Horemans

    (@winock)

    i mean something like this

    <table border="1" width="100%">
      <tr>
        <td width="50%">Tag A<p>two collumns</td>
        <td width="50%">Tag B<p>two collumns</td>
      </tr>
      <tr>
        <td width="50%">Tag C<p>two collumns</td>
        <td width="50%">And so on</td>
      </tr>
    
    </table>

Viewing 1 replies (of 1 total)
  • The topic ‘Please help with code for tags’ is closed to new replies.