rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: ledufe on June 30, 2006, 07:21:06 AM
-
hi guys, i have a folder with a lot of emulators, and i wish to know if it is possible to use the hfs tho show the content of a folder listed divided in the coluns, like this
have 25 folders
and i wish to list then in 3 coluns with 5 rows each in a table, like this picture of the emulatronia
(http://img79.imageshack.us/img79/9481/emufolders6ru.th.jpg) (http://img79.imageshack.us/my.php?image=emufolders6ru.jpg)
rejetto, can i make a mod in the template to do this or only doing this html separated and edit the links manually?
i just wish to know if it is possible to list in a certain number of colluns and rows, and not like the hfs actually do one bellow another, am i making myself understood?
sorry about my poor english....
and ps... i had to format my pc because my son installed some spywares, but i don“t stop the translation of the wiki.....
-
well... you can.
i'm not so smart in html, but i can tell you that you can use floating divs to have them place in row and wrap at the end of the page on another row.
like each file in a <div style='float:left'>file</div>
but someone else may propose a better solution