Posted by jojo on 06/20/06 20:17
David schrieb:
>Lourenco Junior wrote:
>> I'd like to do a menu for my HTML/XHTML pages.
>>
>> There are about 50 files. The Menu list is the same for all of them.
>>
>> I wouldn't like to insert the code for menu in each file. I'd like to
>> avoid the code redundance.
>>
>> I want to use HTML/XHTML and CSS only. I don't want to use Frame or
>> iFrame tag.
>>
>> Does anybody know how to do it?
>> Does anybody know a tutorial or anything like that?
>>
> how about using a php include
>
> <?php include("/path/to/your/file") ?>
Or, if your server doesn't support PHP you can try SSI:
<!--#include virtual="/path/to/your/file"-->
Navigation:
[Reply to this message]
|