Hi all
I have a number of tabs within this container but I need to display it as a contious form when printed?
How do I do this?
<cc1:tabcontainer runat="server" OnClientActiveTabChanged="ActiveTabChanged"
ID="tabContainer" ActiveTabIndex="0" width="850px" ><cc1:TabPanel runat="server" HeaderText="personalDetails" ID="personalDetails"><HeaderTemplate>1 - Personal Details</HeaderTemplate><contentTemplate><span class="tabBody">I have appiled this to the style sheet:
.ajax__tab_header {
display: none !important;
}however this is done on screen rather than the required print, please advise?