MyBB Community Forums

Full Version: How to add Java and CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering how I add Java and CSS coding to my website? I am redoing my menu for it to be a drop-down menu... I have the codes but I don't know where I can post them.

Thanks! Smile
place it under some templates inside headerinclude, header or else.
open that template, and you can see myBB built-in script there beginning with <scripts> code
so i create a new folder?
(2011-02-13, 12:00 AM)mithokey Wrote: [ -> ]so i create a new folder?

No... It all depends on what code you are adding.
jSnippets will help you add java script to your web site.
you can create the css and javascript files and place code in them. upload to the host. call the paths in the headerinclude files and use the attribute values wherever you want.