When using the code below the inputtag apears below the labeltag in
the view:
<div class="optional">
<?php echo $form->labelTag('Detail/amount', 'Max amount?');?>
<?php echo $html->inputTag('Detail/amount', array('size' => '5'));?>
<?php echo $html->tagErrorMsg('Detail/amount', 'Please enter the
maximum amount.');?>
</div>
Does anyone know how I can out put the input tag to display on the
right of the label?
The view also has a number of select tags, which are displayed
correctly on the right side of the label.
Thanks,
Xevien
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---