Hi!
echo $html->tableCells(array(array(
array("some
text.",
"colspan='6'")
)
)
);
2009/2/24 Mify <[email protected]>
>
> Hi!
>
> I would like to use colspan but i dont know how to do it, is it even
> possible to do ?
> I'm a beginner with cake so please help me if you can :)
>
> I have tried
>
> $tr1= array(
> array(
> $article['Blog']['title'] ,array
> ('colspan'=>'2')
> ),
> array($article['Blog']['introtext'],$article['Blog']
> ['created']
> )
> );
> echo $html->tableCells($tr1);
>
> But that dont work
>
> Hope someone can help me with this
> Regards
> // Mify
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---