Actually I wanna help from u all I am designing on website, it is under construction I have problem about header and footer, cause I am not able to call the header and footer from cgi bin, my header footer is in cgi bin, have any suggestion .
How are you creating the these elements? PHP? or something else? Also a link to the site would go a long way into diagnosing the problem.
I am creating my website using HTML and I can't include the header. my website is http://www.freehealthcaretips.net
including the header and footer is only possible if you are using a programming language like php. in html, it can be either done through css or written in the html file.
index.php or anything.php for other pages on your site <? include("header.html"); ?> This is the content of a page on my site. <? include("footer.html"); ?> Code (markup): Here is the basic example.. http://php.about.com/od/tutorials/ht/template_site.htm Code (markup):