Posts: 10
Name: Oldřich Vetešník
Location: Hradec Králové, Czech Republic
|
Quote:
Originally Posted by Brautigam
http://downloads.openwrt.org/
This is just an example of something I would like to add to my site. I have folders of files that I can navigate on my site but I would like to make it look better by somehow embedding this index view onto a page of my site like this example. Does anyone know how or have a code? If it's just a code, I can probably just put it in a table in the middle of a page and it should work....right?
|
I created one level file list and - as a list - I coded it like this:
<ul>
<li><a href="path"><img src="icon/path" alt="icon" /> file name</a></li>
<li><a href="path"><img src="icon/path" alt="icon" /> file name</a></li>
...
<ul>
It can get styled pretty well too, but if you want to show properties and attributes, you might want to use a table or some other way around...
__________________
<p style="voice-family: female;">I'm a big man!</p>
|