Friday, June 15, 2012

My Links webpart's text alignment issue in SharePoint 2010

This issue can be resolved in two different ways:

1: Just create the new CSS class in your custom style sheet
DIV .cbq-layout-main { TEXT-ALIGN: left;}
2. Open the PageLayout which is used for this webpart, change the PageLayout's <td  "style=TEXT-ALIGN: left;">

No comments:

Post a Comment