Matching Cutenews To Your Layout
First off, this is only if your layout has classes, for example your layout has a class for content named "content".
If you dont have classes, your cutenews should match your layout.
1. Go to your Cutenews.
2. Go to Options.
3. Go to Templates.
4. Click on "Active News", "Full Story", "Comment", and "Add Comment".
5. Your code should start with div.
6. To the first div add "class="yourclass" and to the div with the title add "class="yourtitleclass".
If you have it set to bold, underline, ect as your header, before {title} add your text decoration, b, u, s,h2, ect.
7. You also want to do the same with the comment and add comment ones, but since mine is different you can choose yours.
Like change the commenter name's class to s, u, or your class.
8. Save it and it should come out as wanted.