Hi Team,
I want to create a dynamic multi line header. I tried creating it with a DIV tag and assigned it an unique ID.
And unique ID is been called through css, below I mentioned the css part:
@page {
@top {
content: flow(header_text);
}
}
#header_text { flow: static(header_text); }
But still am unable to print my header section details.
Please let me know how to overcome from this problem.
Thanks.
I want to create a dynamic multi line header. I tried creating it with a DIV tag and assigned it an unique ID.
And unique ID is been called through css, below I mentioned the css part:
@page {
@top {
content: flow(header_text);
}
}
#header_text { flow: static(header_text); }
But still am unable to print my header section details.
Please let me know how to overcome from this problem.
Thanks.