Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Multiple internal style sheets Reply To: Multiple internal style sheets

#197898
Senff
Participant

You can have as many stylesheets as you want. If you want some styles only for one HTML file, add this in the head:

<style type="text/css">
    /* all your styles go here */
</style>

If that’s not what you meant, please provide more details.