[SOLVED] Integrating JavaScript ??

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
natmx
Forum Members
Forum Members
Posts: 28
Joined: Thu Dec 06, 2007 7:58 am

[SOLVED] Integrating JavaScript ??

Post by natmx »

Hello!

I have a problem to integrate a link to a script by javascript.
I tried with or without tags {literal}{/literal}. Nothing works.
How do I integrate my link?

This my code :

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>mon titre</title>

{stylesheet}
{metadata}

{literal}
<__script__ type="text/javascript" src="uploads/images/scrollbar/minimal/flexcroll.js"></__script>
{/literal}

</head>

</__body>
etc !!!
Last edited by natmx on Thu Feb 07, 2008 7:33 am, edited 1 time in total.
natmx
Forum Members
Forum Members
Posts: 28
Joined: Thu Dec 06, 2007 7:58 am

Re: Integrating JavaScript ??

Post by natmx »

The good address is :

Code: Select all

<__script__ type='text/javascript' src="http://www.monsite.com/mondossier/uploads/images/minimal/flexcroll.js"></__script>
;D
Post Reply

Return to “Layout and Design (CSS & HTML)”