By chegm267 on Monday, 21 November 2016
Replies 2
Likes 0
Views 1.2K
Votes 0
hello use this code to module last news is good but l have so big space beetween fiel title and texte of title seems for categotie how delete this space :
http://awesomescreenshot.com/0d666qpmaf

code :

<a href="${eventDetailLink}" target="_self" style="float:left;margin:0px 3px 3px 0px;${JEV_LIST_THUMBNAIL_1##display:none;}">${CB_AVATAR}</a>
<p id="titre">Titre :</p>${title}${JEVLOCATION_TITLE#
<span class="icon-globe"></span>%s}
<p id="categorie">Catégorie :</p>${CATEGORY}
<span class="icon-calendar"></span>${startDate(%A %d %b %Y)}<br/><span class="icon-time"></span>${startDate(%H:%M)} - ${endDate(%H:%M)}
Hello,

You need to compact it, a return line is exactly that in the output so use:


<a href="${eventDetailLink}" target="_self" style="float:left;margin:0px 3px 3px 0px;${JEV_LIST_THUMBNAIL_1##display:none;}">${CB_AVATAR}</a> <p id="titre">Titre :</p>${title}${JEVLOCATION_TITLE#<span class="icon-globe"></span>%s}<p id="categorie">Catégorie :</p>${CATEGORY}<span class="icon-calendar"></span>${startDate(%A %d %b %Y)}<br/><span class="icon-time"></span>${startDate(%H:%M)} - ${endDate(%H:%M)}
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks you .
l use balise <span> and no <p> and it work thanks you
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post