Jump to content
MakeWebGames

Recommended Posts

Posted

Hello.

I recently just purchased a chat script for my game, but im having trouble trying to even get it to work! Nothing comes up, or it blocks scrolling on the page.

Heres the script:

<link type="text/css" rel="stylesheet" media="all" href="./chat/css.php" charset="utf-8" />
<script type="text/javascript" src="./chat/js.php" charset="utf-8"></script>

 

Ive been trying to add it to loads of different places of header.php, but all have failed :(

If someone could help me then that would be great!

Posted

considering there might be a bug in the source (not much we can do w/o seeing it and doubt that will happen since it was bought)

but i was experiencing a problem were if i put a <link> or <style> tag before a <script> tag the <link> and <style> tags would be ignored

i was using xampp so it may have just been xampp and i do not know if the problem still exists or if it could be related to yours

but try <link> and <style> tags after <script> tags

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...