Virulent Posted July 3, 2008 Share Posted July 3, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/113034-cutenews-template-edit-problem/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.