> This rule works
> a[href^="http"]
> 
> Problem is almost every CMS system uses absolute url for internal link,
> this makes it impossible to target just the external link without the
> content editor having to add a class to it.

If you deal with absolute paths, you should be able to match internal links
with this:

a[href*='domain-name']

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz






*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to