JAG240 / Pokemon-Map

Pokemon Map Project
2 stars 0 forks source link

Trim SSI menu code and move SSI include line #12

Open ebeshero opened 5 years ago

ebeshero commented 5 years ago

I had a look at a page source on the index.html as it comes up in the browser, and I see that your SSI is triggering a whole new HTML file inside the HTML head element. We need to move your SSI include line to the right place (in the <body>, not the <head> of your files), and we need to make the SSI file just hold the snip of code that belongs at the top of the <body>. @JAG240 @achen298

ebeshero commented 5 years ago

Note--if you're auto-generating HTML from XQuery or XSLT, we'll need to make sure that SSI include line gets moved to the right place there, too.