Thank you, Eliot, I knew it, but with your confirmation I tried again and it worked. Must have been a cache problem.
Now, something that I don't understand is the following:
In the html.pl you can read
sub html_record {
# --------------------------------------------------------
# How a record will be displayed. This is used primarily in...
The problem is that one can't have control of the printout layout here!
What's even worse is that the variables appear, example:
<TR><TD ALIGN="Right" VALIGN="TOP"><$font_color>School URL</FONT></TD>
<TD> <$font><A HREF="$rec{'URLToSchool'}</A></Font></TD></TR>
URLToSchool does not only display its content but shows up itself instead of the text School URL.
So the display is:
Variable-> URLToSchool: http://www.domain.com
instead of:
Text -> School URL: http://www.domain.com
I have had this problem from the start and can't figure out any solution...
Help!
/Seasky
Now, something that I don't understand is the following:
In the html.pl you can read
sub html_record {
# --------------------------------------------------------
# How a record will be displayed. This is used primarily in...
The problem is that one can't have control of the printout layout here!
What's even worse is that the variables appear, example:
<TR><TD ALIGN="Right" VALIGN="TOP"><$font_color>School URL</FONT></TD>
<TD> <$font><A HREF="$rec{'URLToSchool'}</A></Font></TD></TR>
URLToSchool does not only display its content but shows up itself instead of the text School URL.
So the display is:
Variable-> URLToSchool: http://www.domain.com
instead of:
Text -> School URL: http://www.domain.com
I have had this problem from the start and can't figure out any solution...
Help!
/Seasky