Well actually You have over kill.

The head tags go in:
Header Insert (common to all)
Use for meta tags, etc. and will always be inserted in the <head> section.
The rest goes in the header and footer.

But!!!
you don't paste the
<html>
<head>
<body>
or
</body>
</html>
</head>
In the box.
the software will add them where they belong.

For example:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BritBike Forum</title>
</head>

should be inserted as:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BritBike Forum</title>


That is what you place in the
Header Insert (common to all)


Then for:
Default Header/footer:

<body>
<table>
xxxxxxxxxxxxxxx
</table>
</body>

should be:

<table>
xxxxxxxxxxxxxxx
</table>

Don't bother with the <html> tags either.

If you place the code in the proper field.
It will be inserted in the head tag or body tag.

The table tags are needed but it is how the table is built if you need to split it up between the header and footer.




Blue Man Group
There is no such thing as stupid questions. Just stupid answers