Posts: 1
Name: Prageeth Jayasinghe
|
Dear all;
I am trying to insert the content of a div tag as the header(top content) of the html page.
For an example;
<style type="text/css">
@page {
@top-Center{
content: <CONTENT OF THE DIV TAG>;
}
}
</style>
My div is as follows.
<div id="myDiv">
This is the header.
</div>
Is there a way for me to do this. Thank you.
|