Hi,
Can anyone please advise how I can lose the space between the tabs and the RadMultiPage (see the attached pic). The code is:
Can anyone please advise how I can lose the space between the tabs and the RadMultiPage (see the attached pic). The code is:
<telerik:RadTabStrip ID="AppsRadTabStrip" MultiPageID="AppsRadMultiPage" SelectedIndex="0" ShowBaseLine="true" runat="server"> <Tabs> <telerik:RadTab Text="MemoToMp3" PageViewID="MemoToMp3RadPageView"> </telerik:RadTab> <telerik:RadTab Text="BookLender" PageViewID=""> </telerik:RadTab> </Tabs> </telerik:RadTabStrip><!-- no spaces between the tabstrip and multipage, in order to remove unnecessary whitespace --><telerik:RadMultiPage ID="AppsRadMultiPage" SelectedIndex="0" runat="server" CssClass="page"> <telerik:RadPageView ID="MemoToMp3RadPageView" runat="server"> <div class="page"> <p> memoTomp3 is a small, lightweight app which lets you quickly record a few thoughts straight down to an mp3 file. Kind of like a verbal version of quickly jotting down a thought. So yes, you do need a microphone. </p>... </telerik:RadPageView> </telerik:RadMultiPage>