[css-d] targeting a link inside a h2 tag

2007-02-15 Thread Ross Hulford
Is there any way to target a link within a h2 tag. Link are already set and I want to set a style specificlly for links inside h2 h2Request our FREE recruitment DVD by clicking a class=link href=#here/a /h2 R. __ css-discuss

Re: [css-d] targeting a link inside a h2 tag

2007-02-15 Thread Sophie Dennis
Ross Hulford wrote: Is there any way to target a link within a h2 tag. Link are already set and I want to set a style specificlly for links inside h2 h2Request our FREE recruitment DVD by clicking a class=link href=#here/a /h2 Just use: h2 a { /* style rules here */ } You'll need

Re: [css-d] targeting a link inside a h2 tag

2007-02-15 Thread Bradley Wright
On 15 Feb 2007, at 15:22, Ross Hulford wrote: Is there any way to target a link within a h2 tag. Link are already set and I want to set a style specificlly for links inside h2 h2 a { /* styles */} ? __ css-discuss