Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Creating A template with dynamic data

New Here ,
Apr 17, 2008 Apr 17, 2008
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?
TOPICS
Server side applications
239
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2008 Apr 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?
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2008 Apr 17, 2008
LATEST
.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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines