How to change a Page or Table to DEFAULT or SHARED after-the-fact?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a page that I created with multiple TABLES or different sizes embedded
inside a largerTABLE. One of the tables is my MENU component in JavaScript.
Another is a heading.

Is there a way to make this page my DEFAULT for all subsequent pages when I
create them? Or at least the TABLE with the Menu & Header in it? The idea
being that changes I make to the Primary page tables need to get populated to
other pages. When I Copy & Paste, I have to manually make change to each
subsequent page.. tedious.

I probably should have created these tables as SHARED Tables when I created
them ... so now I;m trying to do it after-the-fact. Thanks.
 
Yea - I see my ways now ... Just trying to see if there's a way to set
DEFAULTS after the fact... without having to redeisgn the entire thing from
scratch. And I'm assuming you mean that I should have STARTED with shared
TABLES and HEADERS, right?????

sigh... and thanks.
 
"shared tables" ??

Cody21 said:
Yea - I see my ways now ... Just trying to see if there's a way to set
DEFAULTS after the fact... without having to redeisgn the entire thing
from
scratch. And I'm assuming you mean that I should have STARTED with shared
TABLES and HEADERS, right?????

sigh... and thanks.
 
Yes, if you use dynamic web templates, save this page as *.dwt then attach
it to every page.
(read help for info on DWT's). This enables to to create a uniform design,
with common content to each page such as menus, footer and header.



OR, save the file as "Template.html" which has only the header and the menu,
then for each subsequent new page, open template.html and add your content,
then File > Save As [insert a new file name] and do this for each and every
page.
 
Thank you Andrew. This is what I wa looking for.

Andrew Murray said:
Yes, if you use dynamic web templates, save this page as *.dwt then attach
it to every page.
(read help for info on DWT's). This enables to to create a uniform design,
with common content to each page such as menus, footer and header.



OR, save the file as "Template.html" which has only the header and the menu,
then for each subsequent new page, open template.html and add your content,
then File > Save As [insert a new file name] and do this for each and every
page.

Cody21 said:
I have a page that I created with multiple TABLES or different sizes
embedded
inside a largerTABLE. One of the tables is my MENU component in
JavaScript.
Another is a heading.

Is there a way to make this page my DEFAULT for all subsequent pages when
I
create them? Or at least the TABLE with the Menu & Header in it? The idea
being that changes I make to the Primary page tables need to get populated
to
other pages. When I Copy & Paste, I have to manually make change to each
subsequent page.. tedious.

I probably should have created these tables as SHARED Tables when I
created
them ... so now I;m trying to do it after-the-fact. Thanks.
 
Back
Top