adjust formatting whitespace wp_get_archives outputs
-
I’m having an issue typical of IE where it’s formatting my HTML with spaces because of the whitespace it sees (I’m aware this is an IE bug and not aparent in other browsers). The typical fix is to adjust your code to avoid this white space… however, wp_get_archives is the one causing the issue.
The question is, where in the program can I get into to adust how wp_get_archives outputs code, I’m not seeing it in the wp-include files anywhere? I just want to adjust it to remove tabs and hard returns, so it sets my list to how it should in every other browser.
You can notice the version, and why I need such sensitivity, in the footer of my site:
https://dotfive.comright now on a holiday theme (not completed), but the footer is consistent with the rest of my site themes throughout the year – you can see that all areas need to align properly, and in this case, the whitespace in the code sends IE on a tiffy. Any guidance on adjusting this is appreciated! Thank you!
- The topic ‘adjust formatting whitespace wp_get_archives outputs’ is closed to new replies.