linkStyleSheet

Syntax linkStyleSheet (sheetName, sheetTitle, adrPageTable)

Params sheetName is the optional name of the style sheet to embed. If not supplied, the default style sheet will be embedded.

sheetTitle is the optional title of the style sheet.

adrPageTable is the optional address of the page table.

Action Renders a style sheet and adds a link in the <head> section of a web page.

Returns A string, the link to the rendered style sheet.

Examples linkStyleSheet ()
"<link rel=stylesheet href=\"default.css" type="text/css">"

Notes embedStyleSheet is preffered to linkStyleSheet for dynamic sites.

This macro is stored at html.data.standardMacros.embedStyleSheet.

This macro is new in Frontier 5.1.

See Also embedStyleSheet

Discuss