|
|
 |
RE: FN-FORUM: dynamic text
date posted 8th February 2008 13:11
Claire wrote:
> Is there a simple way to create the equivalent of Flash's dynamic text =
> but using just html?
> I have a very simple website with one bit of text that I would like to =
> display from a text file rather than typing it directly onto it but I=20
> don't know how to do this....
Kujo wrote:
> Either you use a SSI or you can do it with a Javascript
> .. ..
Hi Claire - keep in mind that most client-side solutions (such as using
JavaScript to dynamically pull in the data) will be terrible for SEO. =
Search
engines can't interpret JavaScript, so won't be able to see any of the
dynamic text. If your main page content is being populated this way, =
search
engines will hate you!
You stipulated "HTML only", but I suspect you'd be better off looking at =
a
server-side solution (such as SSI includes, simple ASP/PHP templating, =
etc).
Cheers, Ben
--
Ben Johnson, Neogic Web Solutions
// design . development . managed hosting
w | http://www.neogic.com
t | +44 (0)1242 808 262
e | [EMAIL REMOVED]
=20
|
 |
|