• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How to align a box inside a cell?

How to align a box inside a cell? 10 years 10 months ago #27985

Hello,

I'm trying to Valign a textbox in the middle of a cell in a table and I'm not able to do,
Any idea?

These are some of the attempts I have made:

CSS:
.CSSTableGenerator td{	
background-color:#ffffff;	
vertical-align:middle;
}


Layout:
<tr>
    <td> </td>
    <td> </td>
    <div class="rsform-block rsform-block-p4kms">
         <td><div class="formControlLabel">{P4kms:caption}</div></td>
	 <td colspan="4">								
	 <div class="formControls">
	     <div class="formBody"><div style="vertical-align:middle">{P4kms:body}</div><span class="formValidation">{P4kms:validation}</span></div>
	     <p class="formDescription">{P4kms:description}</p>
	 </div>
	 </td>
    </div>
</tr>
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!