Recent Topics

1 Jun 01, 2012 05:37    

My b2evolution Version: 4.1.x

Hi. First time for me to try b2evolution. I'm trying to run some javascripts. For example:

<script src="/js/maxheight.js" type="text/javascript"></script>
<script src="/js/jquery-1.js" type="text/javascript"></script>

I have the js in the folders named as above. When I do a PREVIEW, I get error messages:

Illegal tag: script

Is it illegal to use javascript?

2 Jun 01, 2012 09:28

you dont load scripts in posts/pages. you should insert it in your theme files
if you skin has

../skins/your_skin/_html.header.php
../skins/your_skin/_html.footer.php

if your skin doesnt have copy these two files from one dir above ./skins


Form is loading...