Jump to content

[Solved] Headers


Recommended Posts

If you go the the themes folder, choose the theme you are using (default one is "prestashop"), then in that folder you will see a "header.tpl" file. You can place your html code for the table into this file in the apporpriate place.
This will probably be directly after the <body> tag.

You may need to do a little configuring of it to make it behave.

Your html code is in a bit of a mess. The tags are not in their correct places and they don't nest properly. For example, there is a </head> tag in the middle of it.

There are html validation tools online that will scan the page and give you list of errors that require correcting.

Link to comment
Share on other sites

×
×
  • Create New...