rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: RaZorbacK on April 20, 2006, 11:31:02 PM

Title: is it possible to use <li>... </li> in file list
Post 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:
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
Title: is it possible to use <li>... </li> in file list
Post by: rejetto on April 21, 2006, 03:16:02 AM
for the <li>
just add the tag at the beginning of [file] [folder] [link] section
Title: is it possible to use <li>... </li> in file list
Post by: RaZorbacK on April 21, 2006, 12:56:43 PM
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.
Title: is it possible to use <li>... </li> in file list
Post by: rejetto on April 21, 2006, 01:08:10 PM
could you be more specific about the expected result?
Title: is it possible to use <li>... </li> in file list
Post by: Martok on April 21, 2006, 01:23:00 PM
You also have to put an <ul> in the template. so go to [Files]:
Code: [Select]
[files]
<table cellpadding=2>
%list%
</table>
and change to
Code: [Select]
[files]
<ul>
%list%
</ul>
Title: is it possible to use <li>... </li> in file list
Post by: rejetto on April 21, 2006, 01:32:56 PM
this change would require much more editing