Why does this plugin add <style type="text/css">.wp-polls .pollbar {
etc. in the page? Is it neccessary when there's external css files?
Why does this plugin add <style type="text/css">.wp-polls .pollbar {
etc. in the page? Is it neccessary when there's external css files?
That code is generated because it required to be dynamic as the user can change the settings in the settings page.
And having a .php filed being parsed as .css is just not practical as it is heavier in terms of processing.
And no, you can't remove it if that is your next questions.
This topic has been closed to new replies.