Re: RFC: Possible new feature for html helper

2006-06-22 Thread Martin
Thanks a lot. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

Re: RFC: Possible new feature for html helper

2006-06-14 Thread RosSoft
Martin ha escrito: style type=text/css @import url(/css/my_style.css); /style just a question, why do you want this syntax? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this

Re: RFC: Possible new feature for html helper

2006-06-14 Thread Martin
It is a common way to ensure that stone-age browsers (NS4...) does not see the CSS and in some cases crach the computer for the user. If my CSS design will look like hell of crash a computer I prefer to let them just see a bare html version of if I have the time and budget make an alternate CSS

Re: RFC: Possible new feature for html helper

2006-06-14 Thread Jon Bennett
It is a common way to ensure that stone-age browsers (NS4...) does not see the CSS and in some cases crach the computer for the user. If my CSS design will look like hell of crash a computer I prefer to let them just see a bare html version of if I have the time and budget make an alternate

Re: RFC: Possible new feature for html helper

2006-06-14 Thread David Spitzley
[EMAIL PROTECTED] 06/14/06 7:55 AM Martin ha escrito: style type=text/css @import url(/css/my_style.css); /style just a question, why do you want this syntax? --- Well, I'm not Martin, but I've run into cases where Internet Explorer 6 won't read in

Re: RFC: Possible new feature for html helper

2006-06-14 Thread nate
Sure, add it as an enhancement ticket to the 1.2 milestone. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this

Re: RFC: Possible new feature for html helper

2006-06-14 Thread nate
Nevermind, I just added it. The new syntax is ?php echo $html-css('my_style', 'import'); ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to