PDA

View Full Version : Folder view in HTML



mpearson
14 Nov 2010, 11:01 AM
Hello,
I am new to HTML and would like to learn more. I have a simple application that uses a side menu bar with buttons that link to different folders.



<input name="Submit1" type="button" value="Tech Docs" onClick="parent.frames[1].location='file:///G:/PUBLIC/TechDocs'" style="width: 112px"/><p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

This works well in Firefox (display's in detail format in a nice index), but in IE it defaults to the large icon view and does not look very good. I have checked all the browser settings and was unable to see anything pertaining to this. Is there a way to force this to the details view?

Thanks in advance!

is_numeric
15 Nov 2010, 10:06 AM
The style of folders view is not editable

If you want to change the view then you must create an App which lists folder content in HTML where you can define CSS rules to style your own icons etc.

Not hard in PHP