Setting Vertical-Align for a button
- by danish
I have a in a user control. In that, I have added a HTML table in which there is a button. I need to have the buttons aligned to the bottom of the cell. I tried setting the property in the CSS file the style does not gets applied. What is it that I am doing wrong?
ASCX file:
<link href="CSSFile.css" rel="stylesheet" type="text/css" />
.
.
.…