<div>
晚上好,我想知道如何在不使用我使用它的情况下在相同的 JSF 组件之间插入空间<h:outputText value=" " />
,为了插入我想要的所需空间,我重复了这些标签大约 50 次!有什么替代方法可以做到这一点,这些是<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>