I am trying to add a header file, but no luck, I am a little confused. Are you to place the HTML file into the Header Folder?
What do I call it, Index.html?
Also I added the below lines of code and included the file path to the header folder, but error city happened when I did that.
Am I to ad the header URL into where it reads "Header text goes here"?
$my_header = qq~ header text goes here ~;
somewhere at the top of your 'site_html.pl' file, and then add: $my_header
Thank You for yor time!
What do I call it, Index.html?
Also I added the below lines of code and included the file path to the header folder, but error city happened when I did that.
Am I to ad the header URL into where it reads "Header text goes here"?
$my_header = qq~ header text goes here ~;
somewhere at the top of your 'site_html.pl' file, and then add: $my_header
Thank You for yor time!

