I have a question with regards to the sprintf style of replacing strings. I have a table in my HTML with a 50% width specifier. How can i get the formatter to ignore it. For example in the example below how can i code the 50% to be ignored? keep the "%s 50% %s" % ("a","b")