0
Creating A template with dynamic data
New Here
,
/t5/dreamweaver-discussions/creating-a-template-with-dynamic-data/td-p/334847
Apr 17, 2008
Apr 17, 2008
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/creating-a-template-with-dynamic-data/m-p/334848#M92465
Apr 17, 2008
Apr 17, 2008
Copy link to clipboard
Copied
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?
>
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?
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/creating-a-template-with-dynamic-data/m-p/334849#M92466
Apr 17, 2008
Apr 17, 2008
Copy link to clipboard
Copied
.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
>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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

