Cascading Style Sheet within HTML

I am pushing some output to HTML within a field.

How do i refer to my solutions cascading style sheet within that html.

output ="<html><header><tltle>Bla Bla</title></header>"
output +=<body>.......</body></html>

Lets say my style sheet is called ‘Style1’

how do i refer to it in the above code?

David

Hi David,

Good question!
You can’t access, use or reference the solution stylesheet right now within HTML.
I suggest you post a feature request for this.

Hi

What is the current state of this request? Still not possible?

Thanks and regards
Birgit

No i think i just added the cascading style sheet in the header of the html and it worked fine.

David

Thanks. So will I then.

If you are looking to create well formatted output using CSS, then I would recommend the XHTML plugin produced by Omnesoft. I use this to bring together elements for a report through a script as XHTML and then use this plugin to format them into good text and pictures. It gives you the ability to have page breaks and also define keep together!