renzariche
09-08-2009, 03:18 AM
Hey, I'm working on a website for my family and relatives back home to share photos and videos...etc.
I've found some really good scripts on this site that I've been trying out, so I was just wondering if its possible to add as much scripts into my stylesheet so I wouldn't have to add every scripts into every new pages I make.
For example, all my pages are starting to look like this:
In head section:
<link rel="stylesheet" type="text/css" href="/stylesheet.css" />
<script type="text/javascript" src="/menu_fade.js">
</script>
In body section:
<body topmargin="0" leftmargin="0">
(and the end of body):
<script type="text/javascript">
gradualFader.init()
</script>
Not sure if I'm not clear enough on what I'm talking about. Anyway, Ill be waiting for replies. Thanks.
I've found some really good scripts on this site that I've been trying out, so I was just wondering if its possible to add as much scripts into my stylesheet so I wouldn't have to add every scripts into every new pages I make.
For example, all my pages are starting to look like this:
In head section:
<link rel="stylesheet" type="text/css" href="/stylesheet.css" />
<script type="text/javascript" src="/menu_fade.js">
</script>
In body section:
<body topmargin="0" leftmargin="0">
(and the end of body):
<script type="text/javascript">
gradualFader.init()
</script>
Not sure if I'm not clear enough on what I'm talking about. Anyway, Ill be waiting for replies. Thanks.