Pagina 1 van 1

[SOLVED] Move Report, Info, Warn, etc images in Topic posts

Geplaatst: 22 jun 2017 12:38
door MB34
I'm trying to align these images to the bottom of the post:
REPORT_IMG
SOLVED_SET_IMG / SOLVED_UNSET_IMG (From the Topic Solved MOD)
INFO_IMG
WARN_IMG
DELETE_IMG

I'm using fsubice2 and this code just doesn't work:
{NOTE the bottom valign on the tr}

Code: Selecteer alles

<table width="100%" cellspacing="0">
<tr valign="bottom"> 
  <td class="gensmall" align="{S_CONTENT_FLOW_END}">
  <!-- IF not S_IS_BOT -->
    <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> 
    <!-- IF postrow.U_SET_SOLVED -->
      <a href="{postrow.U_SET_SOLVED}">
        <!-- IF postrow.S_TOPIC_SOLVED -->
          {SOLVED_UNSET_IMG}
        <!-- ELSE -->
          {SOLVED_SET_IMG}
        <!-- ENDIF -->
      </a>
    <!-- ENDIF -->
    <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> 
    <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> 
    <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
  <!-- ENDIF -->
  </td>
</tr>
</table>
It still looks like this:
Afbeelding

And I want it to look like this:
Afbeelding

{Note that the extra images with the checks are from the Topic Solved MOD}
Any ideas on how to do that correctly?
English replies, please...

I have solved this already!