Hello,
I have a RadDatePicker inside an html cell table, and I would like it to have a left alignment ir order to have aligned with some RadComboBox that are below. Please check the attached image, it is a screenshot of the website we are developing.
I have read another threads with possible solutions for similar issues, but I just could not make them work.
I will post the part of the code that is generating the first RadDatePicker:
Please, if the solution you will suggest me is changing a CSS file or something like that, I would appretiatte to be very specific with the steps to follow, as I have almost none experience working with them (sorry for the incovenience)
Let me know if you have any questions.
Thank,
Christian
I have a RadDatePicker inside an html cell table, and I would like it to have a left alignment ir order to have aligned with some RadComboBox that are below. Please check the attached image, it is a screenshot of the website we are developing.
I have read another threads with possible solutions for similar issues, but I just could not make them work.
I will post the part of the code that is generating the first RadDatePicker:
<td class="style3"> |
Fecha Desde: </td> |
<td align="left" style="text-align: left" > |
<telerik:RadDatePicker ID="FechaDesde" Skin="WebBlue" Runat="server" style="height: 23px"> |
</telerik:RadDatePicker> |
</td> |
Please, if the solution you will suggest me is changing a CSS file or something like that, I would appretiatte to be very specific with the steps to follow, as I have almost none experience working with them (sorry for the incovenience)
Let me know if you have any questions.
Thank,
Christian