From what you have posted, nothing can clearly be understood.
I believe you want to make use of the js or css script in your webpage?
JS and CSS script can either be linked as files or integrated within the page as scripts.
To link a JS file:
HTML Code:
<script type="text/javascript" src="yourfile.js">
To link a CSS file:
HTML Code:
<link rel="stylesheet" href="yourfile.css" type="text/css">
I don't understand, what problem you are having with big files. Usually you can link files as long as they are valid, irrespective of size. Can you be more elaborate about that?
Bookmarks