This content has been marked as final.
Show 2 replies
-
1. Re: Updatable text fields across multiple pages
JayJhabrix Jul 5, 2009 1:48 AM (in response to T_Townrampage)If they're containing identical content, you can use SSIs (Server Side Includes).
In effect, your content is in an external file that is 'pulled' into the areas demarcated on the individual pages. So, all you need to do is update that single file.
Do a search here and on the web for 'Server Side Includes' and 'SSI's
-
2. Re: Updatable text fields across multiple pages
Nancy O. Jul 5, 2009 10:37 AM (in response to T_Townrampage)In HTML, Text Fields = form input boxes like this:
<form action="">
First name: <input type="text" value="some_value" name="firstname">
<br>
Last name: <input type="text" value"some_value" name="lastname">
</form>Are you asking how to populate Text Field Values across multiple pages?
Ctrl+F (Find and Replace)
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb



