Posted by Dylan Parry on 02/22/06 12:44
Pondering the eternal question of "Hobnobs or Rich Tea?", Tony
Wainwright finally proclaimed:
> I know it can be done in PHP (as shown below), but I want
> to be able to do it in HTML.
> <?php
> include_once ('includes/copyright.html');
> ?>
> Is this possible?
In HTML alone, not really. You could use inline frames, but that would
be a particularly bad idea. Is there any particular reason why you
/can't/ use PHP for this?
--
Dylan Parry
http://webpageworkshop.co.uk -- FREE Web tutorials and references
Listening to: Brahms - Symphony No. 2 in D major, op
[Back to original message]
|