Is there a way to have a different link color for all href possible values without defining new classes for all the links? If I were to start building the website I would use classes... however, this project I have already has a huge amount of links to different sources... FTP, HTTP and mailto.
I guess the best chance I have so far is doing a global search/replace with the exception of local links that don't start with "http".
I guess the question points to ::
is there something similar to a style like
a [href]{}
a [mailto]{}
a [ftp]{}
etc...
thanks in advance
I guess the best chance I have so far is doing a global search/replace with the exception of local links that don't start with "http".
I guess the question points to ::
is there something similar to a style like
a [href]{}
a [mailto]{}
a [ftp]{}
etc...
thanks in advance