in reply to add css to html code

What have you tried and where did you encounter problems?

Replies are listed 'Best First'.
Re^2: add css to html code
by Anonymous Monk on Apr 20, 2017 at 19:31 UTC
    I tried a lot of things; generally the code failed with Perl errors. I've looked at a lot of sample CSS code but haven't found anything which showed how to incorporate CSS directives into HTML generation code.

      Well, unless you tell us what "Perl errors" you got, we can only give you very general advice.

      For integrating CSS into HTML, you can look at the source code of basically any website to find how it does that.

      But again, without you telling us where exactly you encountered problems and what those problems were, there is only that much we can do to help you.