rejetto forum
Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: RaZorbacK on April 20, 2006, 11:31:02 PM
-
Hi all,
I'm not really at home with html so sory if my question is stupid...
I would like to list my files in hfs using the <li> </li> tags like this:
- file 1 (x mb)
- file 2 (X Mb)
- file 3 (x mb)
- file 4 (x mb)
I also want to use headings like in xhtml strict pages because my server is mainly dedicated to persons using a screen reader .
do you think it's possible and could someone give me some guidelines?
TIA
-
for the <li>
just add the tag at the beginning of [file] [folder] [link] section
-
Hi Rejetto,
thanks for the reply.
i've tried this but it didn't give j the expected results.
May you give me an example using the code of the default template?
many thanks.
-
could you be more specific about the expected result?
-
You also have to put an <ul> in the template. so go to [Files]:
[files]
<table cellpadding=2>
%list%
</table>and change to
[files]
<ul>
%list%
</ul>
-
this change would require much more editing