Log In · Register

 
 
Reply to this topicStart new topic
Header and footer?
Jamesisgsnap
post Nov 20 2008, 11:56 PM
Post #1


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



So I just got my new domain, And I don't wanna constantly edit 40+ Lol. So I was wondering, is there any code and way to add it.

Please be detailed, I've spent HOURS Trying it once, and f*cked up.
 
theerinkal
post Nov 21 2008, 07:31 AM
Post #2


Irrisistable Cabbages.
*****

Group: Member
Posts: 549
Joined: Nov 2007
Member No: 589,355



QUOTE(Gippersnap @ Nov 20 2008, 10:56 PM) *
So I just got my new domain, And I don't wanna constantly edit 40+ Lol. So I was wondering, is there any code and way to add it.

Please be detailed, I've spent HOURS Trying it once, and f*cked up.


you could put the header in your style.css code or whatever you called your style code. Then your footer can go in a seperate code. I have my nav included with a php include tag so I would put it in there but I don't know if your doing that or not.
 
Jamesisgsnap
post Nov 21 2008, 12:27 PM
Post #3


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



I use smart ftp client.

Like...My friend tried and it's confusing, like every time I do what they say I mess up.
 
theerinkal
post Mar 21 2009, 01:45 PM
Post #4


Irrisistable Cabbages.
*****

Group: Member
Posts: 549
Joined: Nov 2007
Member No: 589,355



You need to use a php include code and change all of your pages to have a .php ending.

<?php include ("/pagenamehere.css"); ?>

That would be the basic code and the other one is for if you have pages in different directories (folders) and don't want to have to copy the .css page over and over again and add it to every directory then edit all of thos also.

<?php include($_SERVER['DOCUMENT_ROOT'] . '/pagenamehere.css'); ?>

The only thing that you would change in both of those would be the pagenamehere.css to your CSS or HTML page.
 
alek
post Mar 21 2009, 03:34 PM
Post #5


Member
**

Group: Official Designer
Posts: 10
Joined: Oct 2008
Member No: 692,614



you could use an iframe
 
newkidontheblock
post Mar 21 2009, 03:45 PM
Post #6


Offline.
*****

Group: Official Designer
Posts: 609
Joined: Mar 2007
Member No: 507,591



You can use php to solve your problem.

You can create two file header.html and footer.html that will be used in all your files. In your main file that you will be displaying to the public you can use the php include function.
CODE
<?php include "footer.html"; ?>

 

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: