|
robast2
|
 |
« on: May 15, 2004, 08:08:31 PM » |
|
What I mean is can one develop a page of certain html code that you want to include in 20 odd pages much like included content eg. page
Thanks in advance!
|
|
|
|
|
Logged
|
|
|
|
|
skeetley
|
 |
« Reply #1 on: May 15, 2004, 08:12:41 PM » |
|
Yup, in html I believe you can make a template and use that in each page. Even library items may work depending on your purpose. A google search will enlighten you on both.
|
|
|
|
|
Logged
|
 - Tell them skeetley sent you...
|
|
|
|
robast2
|
 |
« Reply #2 on: May 15, 2004, 08:18:53 PM » |
|
thx heaps Skeet, will do
|
|
|
|
|
Logged
|
|
|
|
|
robast2
|
 |
« Reply #3 on: May 15, 2004, 09:05:42 PM » |
|
Yup, in html I believe you can make a template and use that in each page. Even library items may work depending on your purpose. A google search will enlighten you on both. Brilliant ! much like autotext in msword, use tools/page options/code snippets eg. <div> <p align="justify"><font face="Verdana" color="#660066" size="2">This is a test snippet.|</font></div> is a snippet for a little para
|
|
|
|
|
Logged
|
|
|
|
|
skeetley
|
 |
« Reply #4 on: May 15, 2004, 09:07:52 PM » |
|
Brilliant ! There is no off on the genius switch.... I am glad my advice worked for you robast2.
|
|
|
|
|
Logged
|
 - Tell them skeetley sent you...
|
|
|
|
robast2
|
 |
« Reply #5 on: May 15, 2004, 09:17:07 PM » |
|
you'll go a long way with those knees!! bro 
|
|
|
|
|
Logged
|
|
|
|
|
Rick_E
|
 |
« Reply #6 on: May 16, 2004, 06:52:44 AM » |
|
In FrontPage, you can put the code you want to include on a page by itself. Some people save these pages in a folder named /includes.
Then wherever you want the code, use the FrontPage Included feature by selecting the Insert menu and choosing Web Component... Included contant... Page.
This is useful for the longer includes such as a navigational bar or top banner.
|
|
|
|
|
Logged
|
|
|
|
|
robast2
|
 |
« Reply #7 on: May 16, 2004, 06:57:17 PM » |
|
are trying this and works well with text or graphics but not with code. 
|
|
|
|
|
Logged
|
|
|
|
|
robast2
|
 |
« Reply #8 on: May 17, 2004, 08:02:13 PM » |
|
Rick_E, re included page
are trying this and works well with text or graphics but not with code.
|
|
|
|
|
Logged
|
|
|
|
|
robast2
|
 |
« Reply #9 on: June 06, 2004, 01:40:22 AM » |
|
skeetley, since u have no off (neither i), iam revisiting this task after being away. when one is faced with wholesale replacing of code try Edit/replace menu item
|
|
|
|
|
Logged
|
|
|
|
|
Rick_E
|
 |
« Reply #10 on: June 06, 2004, 09:26:28 PM » |
|
Try surrounding your code with <pre>
<pre> your code here <pre>
|
|
|
|
|
Logged
|
|
|
|
|
robast2
|
 |
« Reply #11 on: June 06, 2004, 09:31:02 PM » |
|
Rick_E, tell me , what will it do?
|
|
|
|
|
Logged
|
|
|
|
|