[Gambas-user] How 2 align text in message boxes?

Fabien Bodard gambas.fr at ...626...
Tue Jan 1 20:28:44 CET 2008


Le Tuesday 01 January 2008 19:56:59 lawrence pires, vous avez écrit :
> Hi All
>
> Just need some quick help, Im trying to align some text in a
> Message.Infopop up box.
>
> Here my code
>
> Message.Info("<b align='center'>LNP Simple DVD Creator \n Report any bugs
> To \n  email at ...1827... </b>")


ave you try 
Message.Info("<b><center>LNP Simple DVD Creator \n Report any bugs To \n  
email at ...1827... </center></b>")
or
Message.Info("<span align='center'><b>LNP Simple DVD Creator \n Report any 
bugs To \n  email at ...1827... </b></span>")


>
> The text is not aligning centre, what am I doing wrong?
>
> Thanks for reading
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user






More information about the User mailing list