So you want a single link to be in a different colour and if CSS is being stubborn then try this:
<a href=“http://www.ahmedv.com” style=“background-color: white; color: orange;”>your link text here</a>
Credits:
https://www.sitepoint.com/community/t/override-link-color-for-one-link/1141
Testing, Testing, Testing – the dreaded curse of software development. From case scenarios to pass/fail – from white box to black box I get bored with repetitive tasks. However, it’s important and for QA (ISO and CMMI) it’s essential.
So for testing we need test data – I usually run out of names or data so have check out http://www.generatedata.com/ that generates pretty accurate demo/sample/test data for use in testing. It also exports to popular formats like HTML/Excel/SQL/XML so you can actually import it directly and continue testing. Pretty cool site check it out.
Happy testing ….. (NOT!)
A great free way to learn to code http://www.codecademy.com/ if you interested in any development. Simple and very effective.