<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Theme Certain Pages</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 20:24:50 -0000</pubDate>

		<item>
			<title>badsey</title>
			<description><![CDATA[oh brill !!, will try that now, <br />
<br />
i only need it for selected pages, just to show its a different part of the Charity site]]></description>
			<pubDate>Thu, 23 Sep 2010 23:52:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5930&d=0#post26291]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[That seems like a nice solution. You don't have to use {PHP.al}, you can use {PHP.id} also.<br />
<br />
<div class="highlight"><pre class="html">&lt;!-- IF {PHP.id} == 1 AND {PHP.z} == 'page' --&gt;
&lt;link href=https://www.cotonti.com/&quot;your/css/file.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;!-- ENDIF --&gt;</pre></div>
<br />
Best to put it in header.tpl with the others. Note that this isn't suitable if you want this applied to many pages.]]></description>
			<pubDate>Thu, 23 Sep 2010 23:38:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5930&d=0#post26290]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[For my solution you need to make for those pages a alias.<br />
<br />
Then you can use {PHP.al} to get the alias.<br />
<br />
Now you can load a CSS file with eg.<br />
<div class="highlight"><pre class="css">link href=https://www.cotonti.com/&quot;skins/sed-light/{PHP.al}.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;</pre></div>
<br />
You need to make for your example 3 CCS files<br />
alias1.css<br />
alias2.css<br />
alias3.css<br />
<br />
Don't forget to load the standard css to.<br />
<br />
Or make one CSS and make different classes for the differnt pages.<br />
Make as example alias1 class and you can use<br />
&lt;div class={PHP.al}&gt;<br />
<br />
Try if, maybe it is not working exactly.<br />
Maybe not the best way.<br />
<br />
Good luck]]></description>
			<pubDate>Thu, 23 Sep 2010 23:34:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5930&d=0#post26289]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[3 simple options:<br />
<br />
- Put the page in a separate category and create a tpl file for the category (page.catname.tpl). Then insert CSS in the template.<br />
- Use javascript to overwrite the CSS for that specific page.<br />
- If you use HTML parsing in the page you can insert the CSS directly (can be external file).]]></description>
			<pubDate>Thu, 23 Sep 2010 23:33:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5930&d=0#post26288]]></link>
		</item>
		<item>
			<title>badsey</title>
			<description><![CDATA[Is it possible to use a different CSS for a different page for example<br />
<br />
page.php?id=3 &gt; Default css<br />
page.php?id=5 &gt; Diffrent css<br />
page.php?id=1 &gt; Another diffrent css]]></description>
			<pubDate>Thu, 23 Sep 2010 23:02:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5930&d=0#post26287]]></link>
		</item>
	</channel>
</rss>