QUOTE(BuffaloHELP @ Mar 3 2007, 05:34 PM)

Go to your Options > Edit template from Cutenews administration login. Make sure you're editing DEFAULT template.
Click on ACTIVE NEWS
CODE
<div style="width:420px; margin-bottom:30px;">
<div><strong>{title}</strong></div>
<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{short-story}</div>
<div style="float: right;">[full-link]Read more •[/full-link] [com-link]{comments-num} Comments[/com-link]</div>
See the {title} ? You can add different colors to that. If you prefer instead of <strong> replace it with <h1> or whatever and define the color and style using your regular CSS. It's simple.
Apply similar changed to any area you wish to change.
Under the same template, click on COMMENT and change to your liking.
Thanks for the help, Buff. I entered the following code where you instructed:
<b><font style="font-family:Tahoma; font-size:13px; color: 505050;">{title}</font></b>
I can change the font family and size, but the color won't change unless I type in a word (like, "blue"). It won't render the color change if I use hex code. What the heck am I doing wrong? If I have to make the color changes in CSS (hope I don't have to), I'll need step by step instructions.

---------------------
Ooops! Disregard the last question. I seem to have figured out -knock on wood:
<b><font style="font-family:Tahoma; font-size:13px; color: #505050">{title}</font></b>
Just forgot to put a stupid little number sign in front of the hex code. Not quite sure why sometimes than number sign is necessary, and sometimes it isn't. Seems pretty anal, but I don't care as long as it works! Geez, sometimes I wish I wasn't such a left-brainer.
Thanks Buff and everyone else for you help!
Comment/Reply (w/o sign-up)