Back arrow Next arrow

Dirhtml Help - Scripts (Sample Script)

This is an example of a short script that creates styles and adds the selected folder to the top of generated pages:
/HEAD
<style type="text/css">
html, body {
  border: 3px groove;
  padding: 6px;
  font-family: sans-serif}
</style>
/START
<p style="text-align: center; font-size: large"><b>%%DIR</b></p>

A few scripts of varying complexity are distributed with dirhtml.  Please test them all.