How to get tags in entries to go over multiple lines
Posted: 06 September 2008 10:03 PM   [ Ignore ]
Newbie
Rank
Total Posts:  13
Joined  2008-08-03

How does one get the tags for an entry to display over multiple lines?

Example here: See how the tags are running across a single line and into the next column? I’d like to have the tags break at the end of the element, is that possible?

Profile
 
 
Posted: 08 September 2008 06:08 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  10254
Joined  2006-10-18

johnnyboy,

Using the Tag:Cloud funtion, add a <br /> in the code smile

{exp:tag:cloud weblog="my_blog" groups="10" step="3" limit="40"
<a href="{path='tags/tag'}{websafe_tag}" title="{tag_name}" style="font-size:{step}px;">{tag}</a><br />
{/exp:tag:cloud} 
 Signature 
Profile