Loading...
 
Features / Usability

Features / Usability


Re: Re: How to place modules next to eachother??

posts: 3665 United States

You can use the FLOAT, as Gary suggests:

Copy to clipboard
{DIV(float=>right)}{MODULE(module=forums_last_posts, max=5) /}{DIV} {MODULE(module=last_modif_pages, max=5) /}


To produce:



Or maybe a SPLIT for better layout control:

Copy to clipboard
{SPLIT(fixedsize=y, colsize=180|180)} {MODULE(module=forums_last_posts, max=5) /} --- {MODULE(module=last_modif_pages, max=5) /} {SPLIT}


to produce:


HTH,

-Rick
Need more help? Try TikiWiki for Dummies Smarties or read my Tiki Blog.

There are no comments at this time.