PDA


View Full Version : Columns in Modules


djmini
02-13-2006, 08:01 PM
How would I do that?

How could I make columns inside of modules?

What I'm looking for is something I can line up thumbnails 4 wide 4 deep, but with text links below each one.

[ ] [ ] [ ] [ ]
1 2 3 4

Sort of like that above

I've tried, but my text will no align with the thumbnails.

Thanks in advance

Brian
02-13-2006, 09:19 PM
Why not just put them into a table?

djmini
02-14-2006, 01:44 AM
Well I dunno...

How do you create a table? That would be great!

Thanks!

Brian
02-15-2006, 03:34 PM
It's just basic HTML...
<table>
<tr>
<td> </td>
</tr>
</table>