Hola gente... un'altro problema con il cms cute news... quello per fare le news.
In pratica: Inserendo una news, ne appaiono 2 (forse ho scaricato il cms in promozione, due news al prezzo di una ).
La prima è la news normalissima con scritto in fondo Content Management Powered by CuteNews e la seconda è una identica senza il credits.
Ho editato il Template (Active News) così:
Codice HTML:
<div
style="border-top: 1px solid rgb(255, 255, 255); padding: 3px; text-align: justify; margin-top: 3px; margin-bottom: 5px;">
<table
style="text-align: left; margin-left: auto; margin-right: auto; width: 708px; height: 150px;"
border="0">
<tbody>
<tr style="color: rgb(255, 255, 255);">
<td colspan="2">
<div style="text-align: left;"><small>{title}
- <em>Postato il </em><span style="font-style: italic;">{date}</span><em>
da </em>{author}</small></div>
</td>
</tr>
<tr>
<td style="text-align: center;"
height="100" width="50">{avatar} </td>
<td width="450">
<div
style="padding: 2px; text-align: left; margin-top: 2px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"><small>{short-story}
<br>
</small></div>
</td>
</tr>
</tbody>
</table>
<br>
(il mio è un sito a tema nero!)
Potete aiutarmi?