Jump to content

Cutenews - Template edit problem


Virulent

Recommended Posts

Hello, I am working on a new project - and the news portal I use is Cutenews. I am trying to get the template of the news page to change depending on the 'css shade' that the user has clicked on. My current code is as follows:

 

<HTML><HEAD>
<TITLE>CraQ [dot] Org</TITLE><link rel="stylesheet" type="text/css" href="http://craq.org/america/styles/index-yellow.css"></head>

<body class=iframe-body topmargin="3" leftmargin="3" rightmargin="3" bottommargin="3">


<table border="0" width="100%" id="table1" cellspacing="3">

<tr>
	<td class=tables height="27">
	<!--TITLE!!-->		

	{title}

	<!--/TITLE!!-->
	</td>

	<td class=tables width="9%" height="27">
	<center>
	<!--DATE!!-->

	{date}

	<!--/DATE!!-->
	</center></td>
</tr>
<tr>
	<td class=text-tables width="96%" colspan="2">

	<!--POST!!-->
	{short-story}
	<!--/POST!!-->
	</td>
</tr>
<tr>
	<td class=tables width="97%" colspan="2">

	{author}

	</td>
</tr>
<tr>
	<td class=text-tables width="97%" colspan="2"> </td>
</tr>



</table>

 

I know what line to edit, obviously the index-yellow.css one - but I want it so depending on what theme they click on @ www.craq.org/america - It will automatically change the CSS style for the news. Any help would be greatly appreciated.

 

Oh and the URL is: http://www.craq.org/america - as stated above.

Link to comment
https://forums.phpfreaks.com/topic/113034-cutenews-template-edit-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.