View Single Post
  #4  
Old 06-17-2015, 09:57 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 332,858
Hall of Famer is on a distinguished road
Default

The better way to do this is as follows:

PHP Code:
$submit = new Button("Save Changes""submit""submit");
$submit->setLineBreak(FALSE);
$profileForm->add($submit); 
But of course, Kyttias' approach will work too.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote