2009/2/10 Dr Grover B Proctor Jr <[email protected]>

> >From a relative beginning in CSS (though an experienced HTML-er): Is there
> a
> way using CSS to import the contents of a text file (and/or an .HTML file)
> into a web page? I'm trying to boilerplate the same content on several
> pages, and if each could call on a single file, I could update all files by
> only updating the one external file. Thanks.
>

Nope.

But you can use PHP:

<?
include("yourhtml.html");
?>

-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @jorachim
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to