Hi guys,
Do I have to use the :ZZ flag to add this piece of code into a filepro
generated web page ?
<style type="text/css">
A:hover {text-decoration: underline;color:red;font-weight:bold}
</style>
Is this the right approach :
html id :zz "<style type="text/css">"
html id :zz "A:hover {text-.....bold}
html id :zz "</style>"
?
Thanks
EA