Minify .js

There are 4 components that can be minified

inline <style> tag #1
inline <script> tag #2
inline <script> tag #4
inline <script> tag #6

where are these at?

or what should i be searching for

Maybe someone else would know, but I’d definitely need way more information than you’ve provided about what you’re doing and what errors you’re getting to help you.

Inline styles and scripts are those done within the HTML. So instead of

<div class="thisoneclass"> 

you have

<div style="width:100px;font-size:22pt;">

or something in that vein.

Let us know if you can provide any more information to help us help you.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.