About this question
I am trying to get a line break so the result would be like normal text just changing a line not paragraph.I am using and but I still get spaces like a paragraph between my lines. A snippet of my code is :
{!$User.CompanyName}
{!$User.Street}
{!$User.City}
{!$User.Country}
Tel : {!$User.Phone}
Fax : {!$User.Fax}
Email : {!$User.Email}and the outcome is
Any ideas on how to overcome this?