Forum How do I...?

How to display dynamic header

Shafi.Abdul
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.
mikeday
How big is your page margin-top? Is anything showing up at all?
Shafi.Abdul
Not set margin-top for page and its not showing anything up at all. I will try with setting up the margin-top for page.

Thanks.