Good Evening, i want to know how to insert space between JSF components that lies in same <div> without using <h:outputText value=" " /> i used it and in order to insert the desired space that i want i repeated these tag around 50 times! what are the alternative approaches to do that, these is the <div> :
<div style="width: 100%; font-size: 20px; line-height: 30px; background-color: gray"> <h:outputText value="–" /> <h:outputLabel value="Notifications "> <h:graphicImage value="/resources/images/lunapic_136698680056094_2.gif" /> </h:outputLabel> /// insert space here <h:outputLink id="lnk" value="#"> <h:outputText value="Welcome,Islam"></h:outputText> </h:outputLink> <p:tooltip for="lnk"> <p:graphicImage value="/resources/images/sofa.png" /> </p:tooltip> </div>
<br/>? or , if you mean horizontal spacing