Skip to main content
Participant
April 17, 2008
Question

Creating A template with dynamic data

  • April 17, 2008
  • 2 replies
  • 258 views
I have a web page that has a table that has a repeat region that occasionally prints on to 2 pages. What I need is a way to fomat both pages with a header that will show the column titles of the table on both pages. Using Dreamweaver CS3 to create the page. Is there a Dreamweaver add on or something that will allow me to create a nice looking report style printed page without the data just overflowing onto the next page and not putting the table columns titles on the page?
This topic has been closed for replies.

2 replies

Inspiring
April 17, 2008
.oO(Murray *ACE*)

>Not really. CSS3 has ways to control that, but it'll be 2025 before
>browsers support that.

In theory it shouldn't even require CSS, because this is already one of
the intended uses of the 'thead' and 'tfoot' HTML elements:

| When long tables are printed, the table head and foot information may
| be repeated on each page that contains table data.

Nice idea, but the browser support ...

Micha
Inspiring
April 17, 2008
Not really. CSS3 has ways to control that, but it'll be 2025 before
browsers support that.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"mmflynn" <webforumsuser@macromedia.com> wrote in message
news:fu8gqr$bp6$1@forums.macromedia.com...
>I have a web page that has a table that has a repeat region that
>occasionally
> prints on to 2 pages. What I need is a way to fomat both pages with a
> header
> that will show the column titles of the table on both pages. Using
> Dreamweaver
> CS3 to create the page. Is there a Dreamweaver add on or something that
> will
> allow me to create a nice looking report style printed page without the
> data
> just overflowing onto the next page and not putting the table columns
> titles on
> the page?
>