Gucci Mane Posted November 3, 2009 Posted November 3, 2009 I was wondering if I could use that to include the menu on every page of my website, instead of typing it all out. My site will OBLY be made up of CSS and HTML/XHTML. Thanks Quote
a_bertrand Posted November 3, 2009 Posted November 3, 2009 Don't you use PHP? If yes then you can do an "include 'myfile.html';" inside the PHP files. Also if you are using McCode, I think there is one or more files which are called already everytime, so include it there. Quote
Gucci Mane Posted November 3, 2009 Author Posted November 3, 2009 This isnt for my mccodes game its a personal websiite for me Quote
a_bertrand Posted November 3, 2009 Posted November 3, 2009 ok I saw you said only made in HTML... then NO you cannot include any other HTML inside HTML. The tag you shown is called SSI (server side includes) and will only work if your host is configured to accept them. Honestly I don't use them since ages. Quote
seanybob Posted November 4, 2009 Posted November 4, 2009 Just use an iframe. It's not SEO friendly, but it gets the job done. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.