I need a code to embed in the sponsors part of my website. I want it so I only have to edit 1 page, so it shows up on every page. Like, instead of going to every page and adding the link, editing one page that would edit it all. I think I need to use php, but I'm not that skilled in it. Any help would get rep. I use bravenet, so I can't host PHP files. I could host it on ripway or something though.
Does bravenet support SSI (server side includes)? If they do that may be your solution So a quick link for some information http://en.wikipedia.org/wiki/Server_Side_Includes And a simple example <!--#include virtual="sponsors.html"--> HTML: That will include the sponsors.html file where you put that code.
weird. It says it supports ssi, yet it doesn't work. Oh well, I can just do it manually. I tried php include already.