Ciao a tutti, sono nuovo. Ho un problema con il tema del mio forum phpbb3.
Vi spiego:
Ho bisogno di allineare in basso la parte segnata in rosso che vedete in allegato, insomma, come se fosse un float bottom (che non credo esista).
Il codice interessato è questo:
Naturalmente il codice si trova all'interno di un altra tabella.codice:<span class="postbody"> <hr> {postrow.SIGNATURE}</span> <span class="gensmall">{postrow.BUMPED_MESSAGE}</span> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="{S_CONTENT_FLOW_END}"> {REPORT_IMG} {INFO_IMG} {WARN_IMG} {DELETE_IMG} </td> </TR> <tr> <td> <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="row2"> <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> {PROFILE_IMG} {PM_IMG} {EMAIL_IMG} </div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"> {EDIT_IMG} {QUOTE_IMG} </div> </td> </tr> </table> </td> </tr> </table>