Tuesday, February 24, 2009

$html->tableCells and colspan

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: