[font size="1" color="#FF0000"]LAST EDITED ON May-25-04 AT 09:06AM (EST)[/font][p]Sorry, should have posted that too:
Code:
####
# Master Index page definition
@:masterIdxpage
@+
<html>
<head>
<title>&_FileParent(idxPage) Index</title>
</head>
<body bgcolor="#000000" text="#FFFFFF" vlink="#c0c0ff" link="#c0c0d0" alink="c0c0e0">
<center>
<font face="arial" size=4 color="#a0a0a0">
&_FileParent(idxPage) Index
</font>
</center>
<center>
<table>
@@masteridxgroup
</table>
</center>
</body>
</html>
@-
Perhaps this will be helpful too, the actual output from my master_index.htm:
Code:
<html>
<head>
<title>Freshwater Fish Index</title>
</head>
<body bgcolor="#000000" text="#FFFFFF" vlink="#c0c0ff" link="#c0c0d0" alink="c0c0e0">
<center>
<font face="arial" size=4 color="#a0a0a0">
Freshwater Fish Index
</font>
</center>
<center>
<table>
</table>
</center>
</body>
</html>
Thanks!