Link to an external CSS in PHP file

Hello, how are you? I’m wondering if it’s possible to insert a link for an external CSS in the PHP file? Do I still need to define styles in the $pagestyle variable in the PHP header if I use CSS?
Thanks for your help.

Hello @Roger_Nadoumngar,

I hope you are doing wonderful. I think it is achievable with something like this:

<head>
    <link rel="stylesheet" href="styles.css"/>
</head>

Please check SIL Cameroon Azerty keyboard for more references.

This topic was automatically closed after 18 days. New replies are no longer allowed.