I want to include a page at the top of my page.
But when I do it. my header Is replaced with The page header.
For example, my Title Is replaced with The page Title.
How do I fix it ?
the included page header :
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Retrieving video details</title>
<style>
img {
padding: 2px;
margin-bottom: 15px;
border: solid 1px silver;
}
td {
vertical-align: top;
}
</style>
</head>