I'm re-writing my statement system, using a Template module to separate my code from my HTML and to enable correct W3C validation.
HOWEVER, although I get GREEN and says that it is valid, i do get warning...
is this OK ? the line is as follows
am i good to go with valid HTML seperate from my PERL, that i can then apply CSS to, am i finally getting there?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
HOWEVER, although I get GREEN and says that it is valid, i do get warning...
Below is a list of the warning message(s) produced when validating your document.
Warning Line 8 column 36: character "<" is the first character of a delimiter but occurred as data.
is this OK ? the line is as follows
Code:
<script type="text/javascript" src="<tmpl_var ESCAPE=HTML NAME='url_to_domain'>/scripts/scriptname.js"></script>
am i good to go with valid HTML seperate from my PERL, that i can then apply CSS to, am i finally getting there?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.