@ Jason

you can't code <img....><a></a></img>

it can only be <a><img... /></a>

hence to stop a decorations on images that have an a tag wrapping them...
the css should be

a img {
   text-decoration: none;
}

On Fri, May 2, 2008 at 3:50 PM, Mike at Green-Beast.com <
[EMAIL PROTECTED]> wrote:

> it should be:
> >
> > a img {
> >
> > }
> >
>
> Ah, yeah, duh, sorry can't do img a. Drop that from my previous example
> please. It's late, I'll Tweet my goof and go to bed :)
>
> Mike
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
>
>


-- 
---------------------------------------------------------------------
http://myfitness.ning.com
A community of people that care about their health and fitness
Free fitness videos, recipes, blogs, photos etc.
----------------------------------------------------------------------


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to