Hi guys I have been using .asp for some big websites simply because I like to use the <!--#include file="includes/navigation.asp"--> or similar so I don't have to copy and paste loads of code for the headers, navigation and footers for 100 or so pages. It also simplifies the code and makes it easier to read. I am now building a site for a client who has webspace which does not handle asp so is there another way to 'include' elements using html? They are on linux servers. Thanks
If on Linux, they may well be running PHP which allows you to include content in much the same way as ASP. However, a more generic way would be to use the Object tag. That's what is recommended by W3C anyway. http://aplus.co.yu/web-dev/insert-html-page-into-another-html-page/