I want to add fancybox v2 to a link on my website:
<p class="buttontext">
<a href="http://google.com" class="fancybox" class="buttontextlink">Education</a>
</p>
but as you can see the link already has a class with stylistic elements associated with it
How can I add fancybox to it without having to sacrifice class="buttontextlink"?
Not sure what you’re asking. If you want to have two classes associated with an html element, you just add a space between them: