jamijares wrote:
Where are the css styles of the kl_rss located and what classes use the feeding item headings and the feed item description?
I want to make the kl_rss feeds look as the native joomla rss feeds but I cant find how to modify them.
In the mambot parameters, you may enter a class definition which is going to be used for all elements in the presentation.
If you enter "klfeed", you will get the following kind of source (view source in the browser):
Code:
<div> <table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
test kl bot </td>
<td align="right" width="100%" class="buttonheading">
<a href="http://192.168.0.100/joomla1.0.3/index2.php?option=com_content&do_pdf=1&id=32" target="_blank" onclick="window.open('http://192.168.0.100/joomla1.0.3/index2.php?option=com_content&do_pdf=1&id=32','win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" title="Convertir en PDF">
<img src="http://192.168.0.100/joomla1.0.3/images/M_images/pdf_button.png" alt="Convertir en PDF" name="Convertir en PDF" align="middle" border="0" /></a>
</td>
<td align="right" width="100%" class="buttonheading">
<a href="http://192.168.0.100/joomla1.0.3/index2.php?option=com_content&task=view&id=32&pop=1&page=0&Itemid=55" target="_blank" onclick="window.open('http://192.168.0.100/joomla1.0.3/index2.php?option=com_content&task=view&id=32&pop=1&page=0&Itemid=55','win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" title="Version imprimable">
<img src="http://192.168.0.100/joomla1.0.3/images/M_images/printButton.png" alt="Version imprimable" name="Version imprimable" align="middle" border="0" /></a>
</td>
<td align="right" width="100%" class="buttonheading">
<a href="http://192.168.0.100/joomla1.0.3/index2.php?option=com_content&task=emailform&id=32&itemid=55" target="_blank" onclick="window.open('http://192.168.0.100/joomla1.0.3/index2.php?option=com_content&task=emailform&id=32&itemid=55','win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=400,height=250,directories=no,location=no'); return false;" title="Suggérer par mail">
<img src="http://192.168.0.100/joomla1.0.3/images/M_images/emailButton.png" alt="Suggérer par mail" name="Suggérer par mail" align="middle" border="0" /></a>
</td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td width="70%" align="left" valign="top" colspan="2">
<span class="small">
Ecrit par Administrator </span>
</td>
</tr>
<tr>
<td valign="top" colspan="2" class="createdate">
03-07-2006 </td>
</tr>
<tr>
<td valign="top" colspan="2">
<table cellpadding="0" cellspacing="0" class="klfeed">
<tr>
<td class="klfeed">
Yahoo! Resultados de búsqueda de noticias sobre "distrito federal"
<br /><br />
</td>
</tr>
<tr>
<td class="klfeed">
<image src="http://us.i1.yimg.com/us.yimg.com/i/us/nws/th/main_142.gif" alt="Yahoo! Noticias" />
</td>
</tr>
<tr>
<td class="klfeed">
<ul class="klfeed">
<li class="klfeed">
<tr>
<td class="klfeed">
<a href="http://mx.search.yahoo.com/search/news?p=%22distrito+federal%22&ei=UTF-8" target="_child">
El Presidente Calderón y el Distrito Federal (La Crónica)</a>
<br />
Una vez que sea convalidado el triunfo de Felipe Calderón Hinojosa como presidente de la República, uno de los temas que habrá de atender, dentro de lo que se advierte como una voluminosa agenda de trabajo, será el del Distrito Federal.
<br/><br/>
</li>
<li class="klfeed">
<tr>
<td class="klfeed">
etc.
You then only have to define your CSS in your template_css.css file.