Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- CSS tags to insert same header and footer into multiple pages?


tvirus - 4:28 am on Dec 23, 2011 (gmt 0)


i think what you are aksing doesn't happens with CSS. the :before , :after can only help elements.
You can create a header.htm and footer.htm
and then you can use server-side include to do the job

PHP
<? include 'header.htm'; ?>

HTML
<!--#include file="header.html" -->


Remember, this won't work offline on your PC. run it on some server. Try WAMP server for windows


Thread source:: http://www.webmasterworld.com/css/4400702.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com