RE: Link with inline CSS styles

2013-08-29 Thread Advantage+
Thanks, I will give that a shot. Let you know how it goes. Appreciated. Dave From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of euromark Sent: Thursday, August 29, 2013 11:55 AM To: cake-php@googlegroups.com Subject: Re: Link with inline CSS styles

Re: Link with inline CSS styles

2013-08-29 Thread euromark
t; > $email -> template('default'); > > $email -> emailFormat('html'); > > > > if($email -> send()){ > > $sent = true; > > } > > return $sent; > > > > Thank

Re: Link with inline CSS styles

2013-08-28 Thread lowpass
echo $this->Html->link( 'whatever', array( // ... ), array( 'style' => 'color: red; text-decoration: none;' // etc. ) ); On Tue, Aug 27, 2013 at 3:13 PM, Advantage+ wrote: > Is there a way to add inline CSS styles to a link? > > I tried to combine / add in the $this->Html-

RE: Link with inline CSS styles

2013-08-28 Thread Advantage+
send()){ $sent = true; } return $sent; Thanks again for your time, Dave From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of euromark Sent: Wednesday, August 28, 2013 9:06 PM To: cake-php@googlegroups.com Subject: R

Re: Link with inline CSS styles

2013-08-28 Thread euromark
legroups.com [mailto: > cake...@googlegroups.com ] *On Behalf Of *euromark > *Sent:* Tuesday, August 27, 2013 8:23 PM > *To:* cake...@googlegroups.com > *Subject:* Re: Link with inline CSS styles > > > > See https://github.com/dereuromark/tools/blob/master/Lib/InlineCssLib

RE: Link with inline CSS styles

2013-08-28 Thread Advantage+
mailto:cake-php@googlegroups.com] On Behalf Of euromark Sent: Tuesday, August 27, 2013 8:23 PM To: cake-php@googlegroups.com Subject: Re: Link with inline CSS styles See https://github.com/dereuromark/tools/blob/master/Lib/InlineCssLib.php for details. Am Mittwoch, 28. August 2013 00:46:50 UTC+2 schri

RE: Link with inline CSS styles

2013-08-27 Thread Advantage+
Thanks, I will check it out. Dave From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of euromark Sent: Tuesday, August 27, 2013 8:23 PM To: cake-php@googlegroups.com Subject: Re: Link with inline CSS styles See https://github.com/dereuromark/tools/blob/master

Re: Link with inline CSS styles

2013-08-27 Thread euromark
>> <STYLE> >> >> body { >> >> …. >> >> } >> >> .some_class{} >> >> .other_class{} >> >> >> >> >> >> *From:* cake...@googlegroups.com [mailto:cake...@googlegroups.com] *On >> Behalf

Re: Link with inline CSS styles

2013-08-27 Thread euromark
> > > > Trying to avoid standard class's as normal: > > <STYLE> > > body { > > …. > > } > > .some_class{} > > .other_class{} > > > > > > *From:* cake...@googlegroups.com [mailto: > cake...@googlegroups.com ] *On Beha

RE: Link with inline CSS styles

2013-08-27 Thread Advantage+
ps.com] On Behalf Of euromark Sent: Tuesday, August 27, 2013 6:54 PM To: cake-php@googlegroups.com Subject: Re: Link with inline CSS styles You never need to. There is always a wax with CSS But applying it as normal options key value pair helps: $this->Html->link(LinkTitle, LinkU

Re: Link with inline CSS styles

2013-08-27 Thread euromark
You never need to. There is always a wax with CSS But applying it as normal options key value pair helps: $this->Html->link(LinkTitle, LinkUrl, array('style' => 'here it goes')) As documented in the helper section. Am Dienstag, 27. August 2013 21:13:52 UTC+2 schrieb advantage+: > > Is there

Link with inline CSS styles

2013-08-27 Thread Advantage+
Is there a way to add inline CSS styles to a link? I tried to combine / add in the $this->Html->style(array()); with the link but to no avail. Any insight would be great. I know it's not best to use inline styles but in this case I need to. Thanks, Dave -- Like Us on FaceBook https://www.