On 3月8日, 下午9时21分, "Anthony Jones" <A...@yadayadayada.com> wrote:
> "lander" <lostlander....@gmail.com> wrote in message
>
> news:04973356-4880-4f95-8728-(E-Mail Removed)...
>
> > In the theme folder, i define a css as:
> > .QuestionText
> > {
> > margin-top:20px;
> > text-align:center;
> > }
>
> > Here, i use it:
> > <asp:Label ID="question" runat="server" Height="96px" Text="Label"
> > Width="648px" BackColor="WhiteSmoke" BorderColor="CornflowerBlue"
> > BorderStyle="Solid" CssClass="QuestionText"></asp:Label>
>
> Seems to work fine for me. What is it that you are expecting and what is it
> that you are getting?
>
> --
> Anthony Jones - MVP ASP/ASP.NET
Sorry, i wasn't clear, but i solved it by replace margin with
padding...^_^ thx anyway!
|