Hi guys
I hope this is the best section to get my answer.
I have 2 web pages that use the same html header markup via a template web page.
Know I use this template webpage to define my head in my webpage but I wish to redifine it so it can be page specific instead of being a general template.
Is this possible?
Coded Example:
<html>
<head>
<title></title>
<meta ... />
etc
</head>
<body>
<!--
can i redefine the header in this section??? something like
-->
<head> <title><title> <meta /> etc </head>
</body>
</html>
Now is something like this possible?
In short I wish to redefine the head children, how would I do this?
Thankyou, Regards X