Monday, 21 November 2016
  2 Replies
  1.2K Visits
0
Votes
Undo
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)}
8 years ago
·
#179049
Accepted Answer
0
Votes
Undo
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)}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

8 years ago
·
#179049
Accepted Answer
0
Votes
Undo
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)}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

8 years ago
·
#179060
0
Votes
Undo
thanks you .
l use balise <span> and no <p> and it work thanks you
  • Page :
  • 1
There are no replies made for this post yet.