How to put Two css in Defalut Layout whithout reflecting with each other
i have this jquery plugin its media viewer i want the users to play the
youtube videos of my site in my own website in Iframe whenver i put the css
and javascrpt it reflect with each other any help will be appreciated
this my code in my views that i want to link with html
<?php
if ( !empty($recipe['Recipe']['youtube']) ) {
echo $html->link('Watch the video',
$recipe['Recipe']['youtube']);
}
?>
with this html code
http://www.youtube.com/v/wbzLpteC8ng&autoplay=1 YouTube
--
View this message in context:
http://n2.nabble.com/css-problem-tp2303123p2303123.html
Sent from the CakePHP mailing list archive at Nabble.com.
.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---