How do I create a banner or notice for something like a website sale? I don’t want to add the banner to the <header>
, but Instead I want it to be in the <main>
tag.
Your question does not make much sense, can you elaborate a little?
1 You can create a popup that shows if some conditions are met.
2. You can create a header notice or a side notice.
3. I guess that you can put some elements in some parts of the site that show a banner?
More informations please.
Sorry, it seems that this forum redacted some of my message. I’ve edited the original post.
To be clearer, I want to create something like this:
Notice that there are two banner elements above and below the main header. I want to create a banner/notice below the <header>
.
Ok, I don’t see the issue.
Just edit the header and add another section below the header, you can also set some conditions on that section.
Thanks but I mentioned in my original post that I don’t want the banner to be inside the <header>
. I want it inside the <main>
content. Essentially I would like to be able to create two Header templates and have them both show simultaneously, but I would like for the second one to not use the <header>
tag.
did you find a solution to this?
Add a
<main>
tag.