Cutenews: Templates
Is your cutenews content box to wide or is the font and colours totally wrong?
With Cutenews, you can customize the templates so they match your layout!
Remember this is my way of coding the templates, (I’m using CSS) there are lots of other ways to do it.
Step 01.
Log into your cutenews and go to Options ยป Edit Templates. Make sure that your editing the one called Default.
Step 02.
First, we’ll change Active News. Click on the text and the code will appear under it. Change the code to what you want. I took out all the div tags and put it in header tags. This is how my code looked:
<h1>{title}</h1> <h2>On {date}, By {author}, Filed Under {category}, [com-link]{comments-num} Comments[/com-link]</h2> <h5>{short-story}</h5>
Step 03.
Then change the Full Story, Comments, News Pagination and Comments Pagination in the same way. This is how my comments turned out:
<h2>{comment-iteration} {author} said on {date}:</h2> <h5>{comment}</h5>
Step 04.
You can also change the Add Comment Form. However I didn’t change this too much as you could really mess up the coding. I just changed the length of the rows and took off the email address.
Step 05.
Now click Save Changes and check out how it looks on your site.