Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
text-align right...can't make it work
posted

Hi,

I have read many posts about the need to set text-align=right in order to have currency columns look normal. But I can't get this to work. Can someone tell me what is wrong with this style element?

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.Igg_Item
{
text-align:right;
}
.igg_HeaderCaption
{
white-space:nowrap;
overflow:hidden;
padding: 0px 0px 0px 0px;
height: 10px;
text-align:center;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color:#99CCFF;
}
</style>

thanks for any help, Jim Spicer

Parents
No Data
Reply
  • 165
    posted

    I forgot to mention I am using master pages, which I think is a problem. I moved the style element inside the content template element and now it will right align. what a nightmare!

Children