use htmLib tags
http://www.jsftutorials.net/htmLib/

example
<htm:table styleClass="box"  width="99%">
 <htm:tr>
   <htm:td>
   <htm:span styleClass="smalltitle">....

Victor Gomez wrote:

What would be the correct way to convert <td> and<div> tags?:
Thanks for your help.

<td align="left" valign="top">
<h:outputText....... .....................
   <div align="right">
         <h:commandButton.....
         .......................
   </div>
</td>



Reply via email to