Pompeylad Posted June 29, 2004 Posted June 29, 2004 Hi, What would one have to place in footer.php to display a permanent banner. I do not want to use a the banner option in OSC, I just want to place my own one in the footer under the legle stuff. I have tryed loads of things, but nothing seems to work. Thanks, Pompeylad. PHP?!? Long live HTML!!!! But then again we never stop learning.
way2savory Posted June 30, 2004 Posted June 30, 2004 Just regular html. I had my own footer pic in there but took it out because i didnt like it.I placed it at the VERY beginning of the footer.php file, before the copyright info, etc. I removed the osc banner completely.( you have to keep the copyright) add a table , then your banner,centered, i would guess. <center> <table> <td> <img src="yourpicurl"> </td> </table> </center>
Pompeylad Posted July 2, 2004 Author Posted July 2, 2004 Hi, You couldn't post the entire footer.php? 'Cos every time I try to add it it won't work. Thanks, Pompeylad. PHP?!? Long live HTML!!!! But then again we never stop learning.
davejones Posted July 2, 2004 Posted July 2, 2004 use html editors like dreamweaver to edit the php and then use the code provided kindly by way2savory (Toni)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.