Topic: Problem showing the date on a post.

Can someone tell me why the date won't show in my news?

my setup:

<table width="640" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><span class="nyhet_title_txt">{title}
      </span></td>
  </tr>
  <tr>
    <td><span class="nyhet_title_dato">{date}</span></td>
  </tr>
  <tr>
    <td>

    <span class="nyhet_txt">{short-story}</span></td>
  </tr>
</table>

my css:

}
.nyhet_title_dato {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
}
.nyhet_title_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFF;
}
.nyhet_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
}

2 (edited by 2013-02-07 09:31:10)

Re: Problem showing the date on a post.

Does the Title and short story show ?

Try using a Hex value for your colours
#ffffff

Re: Problem showing the date on a post.

Yes they do, and using a full hex code does not fix it. Still no date showing.

Re: Problem showing the date on a post.

Here is the page i'm using cute news on: http://nerlithere.no/test.php

Re: Problem showing the date on a post.

Have you set a date format in System Configuration>News>Time format for news?

Re: Problem showing the date on a post.

Yes, they are standard settings from install.

7 (edited by 2013-02-08 17:56:47)

Re: Problem showing the date on a post.

Use a test page with the default template. If the date  shows then it is not a cutenews problem but a problem with your template, webpage or css.

8 (edited by 2013-02-11 05:19:12)

Re: Problem showing the date on a post.

Use a test page with the default template. If the date  shows then it is not a cutenews problem but a problem with your template, webpage or css.

Thank you so much for your share information. It's very useful and helpful.