<h:form>
<table width="320" height="350" align="left" margin-left="3" cellpadding="2" cellspacing="1" border="0">
<tr>
<td>
<table width="270" height="210" align="right" border="0">
<tr>
<td align="right" background="#{facesContext.externalContext.request.contextPath}/images/caixa-texto.png" height="50">
<table valign="top" align="left" border="0" cellpadding="0" cellspacing="5" >
<tr>
<td>
<h:commandLink action= "outservices">
<h:graphicImage value="/images/#{msgs['img.login.portal.outservices']}" style="border: 0px ; width:116 ; align:left ; height:14 ; valign:top" />
<rich:spacer style="border: 0px" />
</h:commandLink>
</td>
</tr>
<rich:spacer />
<tr>
<td>
<h:commandLink action="writeicon" >
<h:graphicImage value="/images/icon-escrever.png" style="border: 0px"/>
<rich:spacer height="74" style="border : 0px" />
</h:commandLink>
</td>
<td>
<p align="left" ><br> Lorem ipsum dolor sit amet,consectetur adipiscing </br>
<br> elit.Sed massa tortor, </br>
<br> scelerisque sed mollis sit amet, dictum ac dui.Vivamus at ornare </br>
<br> purus.</br></p>
</td>
</tr>
<tr>
<td>
<h:commandLink action= "readmore" >
<h:graphicImage value="/images/leia-mais.png" style="border: 0px ; width:66 ; align:right ; height:11 ; valign:top" />
<rich:spacer style="border: 0px ; align: right" />
</h:commandLink>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
o meu problema é o seguinte, no "outservices", "writeicon" e no texto que editei dentro da table, eles não ficam na posição q eu quero (passei os atributos width, height), o que estou fazendo de errado? me ajudem!!