Jump to content

How can create three custom module side by side ?


Recommended Posts

you can use one module, with code:

<table>
<tr>
<td>first row</td>
<td>second row</td>
<td>third row</td>
</tr>
</table>

instead of simple text you can of course use images, stylized divs or any other html code you want, effect will be very very similar

Link to comment
Share on other sites

×
×
  • Create New...