Results 1 to 2 of 2

Thread: Folder view in HTML

  1. #1
    Join Date
    Nov 2010
    Posts
    1

    Folder view in HTML

    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.

    Code:
    <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!

  2. #2
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    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

Similar Threads

  1. Scripts Folder?
    By benjaminj88 in forum General Questions
    Replies: 0
    Last Post: 01 Jul 2010, 11:19 AM
  2. Displaying web server folder content in an HTML
    By methosan in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 28 Feb 2008, 12:43 PM
  3. Difference Between Sub Domain and Sub Folder
    By top9 in forum The Lounge
    Replies: 0
    Last Post: 29 Dec 2006, 04:40 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •