Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function() {
- // Hassle web editors when they make questionable formatting choices
- // Add a class of "allowformatting" to turn off warning
- $('#main [style*="font-family"], #main [style*="font-size"], #main [style*="text-justify"], #main [style*="text-align"], #main center, #main font')
- .not('.allowformatting')
- .each(function(){
- $(this).css('background-color','#f00');
- $(this).append('<p style="color:#fff;">Formatting error. Please contact OC Marketing to fix this problem.</p>');
- })
- });
Advertisement
Add Comment
Please, Sign In to add comment