How to integrate an external css file in only one page?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
freta
User
Posts: 17

How to integrate an external css file in only one page?

Post by freta »

I have a custom home page with an external css file that came with the page, i want to integrate this for that particular page only and leave the other page intact. kindly guide me where to put it or where to call it from. thanks.


arbei
User
Posts: 9384

Post by arbei »

The "custom home page" means the index.php generated by the project or a Custom File created by yourself?


freta
User
Posts: 17

Post by freta »

The custom home page is created by me.


arbei
User
Posts: 9384

Post by arbei »

Then just use <link> tag in the content of the page directly.


Post Reply