Is "Confidence Level" just 1 minus P-Value?
No.
If the results of a Chi-Square test give a P-Value of 0.01 then can we say that the confidence level in their being a difference is (1-0.01) = 99% confidence.
This is misusing the terms. Words like "confidence" and "p-value" have a specific meaning in frequentist statistics.
If you consider their meanings, it becomes clear why the phrasing you want to use would be wrong.
The p-value is the probability of a result at least as extreme as the observed one, given the null hypothesis is true.
1-pvalue would then be "the probability of a result less extreme than the observed one, given the null hypothesis is true.
That is not remotely the same thing as the probability that the alternative is true given the observed result, which is presumably the kind of thing you are trying to talk about.
We are conducting website landing page tests for our clients. We want to be able to say "We are 99% confidence that version B performed better than version A".
You can make a more-or-less similar statement to that from a Bayesian framework, but its size won't be related to p-values in a direct way.
The folks who run this website use his type of terminology: http://getdatadriven.com/ab-significance-test
Don't accept everything you read on the internet uncritically (that would include answers on stats.stackexchange.com, but at least there's some degree of critical peer-review, which should help with feeling confident that mostly it isn't nonsense). However, from what I see on the page you link to, they don't misuse statistical terms quite in the way you suggest, but misuse them in a somewhat different way (using '99% certain' rather than '99% confident', presumably making it more explicitly a probability statement that's intended, and without any suggestion of a relation to confidence intervals).
Statistical terms are misused all the time on the internet. [I'm fairly sure one could find links to support almost every single wrong idea raised in questions here.]
Is it right to say this with the example I gave?
Not by any reasonable interpretation of the word 'right', given the context.