I have the following tabstring
If I render this to the screen, the 'Hello World' tab seems to maintain padding on the left hand side. How do I remove this default left padding to just 0?
J
| <telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" OnTabClick="LoadUserControl" |
| Skin="MySkin" EnableEmbeddedSkins="false"> |
| <Tabs> |
| <telerik:RadTab Text="Hello World" Value="0" width="90px"> |
| </telerik:RadTab> |
| </Tabs> |
| </telerik:RadTabStrip> |
If I render this to the screen, the 'Hello World' tab seems to maintain padding on the left hand side. How do I remove this default left padding to just 0?
J