This tutorial here is for templates that has diffent text files for the frame.And the template is separate from it.Scroll down for the normal template.
Ok I see a lot of people that have problems setting up a simple cutenews because on their tutorial they dont explain it well enough for beginners.
I am going to explain it using trap17 with the cpanel script of cute news.
Ok first logon to your cpanel and click "addon scripts" or go where the scripts are and look for "cutenews".
Put in your information and what the script will be call but I would call it "news".
1.Open a notepad and put
CODE
("news/show_news.php");
QUOTE
now lets note that I put "news" there in the code because thats what I named my cutenews script when I set it up,so put w/e you named it
2.Now click fitler on notepad and click save as.Change save as type to "ALL" filters.
And then for the file name put anything but make sure you add .php to the end
3.Tranfers .php to you public html and login cutenews and edit you template how you wish for it to be.Any do your html to make it link to your php.Make sure you use the full link to your php cutenews file.This is for the templates where you have the frame text in a diffent html filter then the template.
For plan templates
Ok first logon to your cpanel and click "addon scripts" or go where the scripts are and look for "cutenews".
Put in your information and what the script will be call but I would call it "news".
Put
CODE
("news/show_news.php");
in the body wherever your text suppose to go.QUOTE
now lets note that I put "news" there in the code because thats what I named my cutenews script when I set it up,so put w/e you named it

