Html coding help
Bruce Easton
bruce at stn.com
Wed Jan 31 12:13:02 PST 2007
Enrique Arredondo wrote on Wednesday, January 31, 2007 2:55 PM:
> 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>"
>
> ?
Enrique, the "zz" html command is for allowing you to add your own
attributes to a filepro html command that you aready have on the line, as
in:
html id :td :zz <your attribute/value>
I think what you want for your example above is:
html id :tx "<style type=\"text/css\">"
html id :tx "A:hover {text-.....bold}"
html id :tx "</style>"
(Note usage of backslashes for the embedded quote marks.)
Bruce
Bruce Easton
STN, Inc.
More information about the Filepro-list
mailing list