Star
9197 Points
2576 Posts
Feb 19, 2010 08:46 AM|b471code3|LINK
Add a table tag inside your <header> tag.
<table> <tr> <td style="width: 50%;"><asp:Label.....</td> <td style="width: 50%; text-align: right;"><asp:Image .....</td> </tr> </table>
Star
9197 Points
2576 Posts
Re: Image alignment in accordion header giving problem
Feb 19, 2010 08:46 AM|b471code3|LINK
Add a table tag inside your <header> tag.