-3
Hello guys I’m having a doubt that’s keeping me awake.
On my page index.html have a
< section >
calling for EVENTS, and I also have a page called html events.In the html events. I have some
< article >
each "article" linked to the page html events.
The problem is that all my articles all appear together on the page of html events. type I click on article 1 and it appears all the others one below the other!
*
i was wondering if there’s any way to get each article to load while clicking on it*
that is to click on my article it load and open on the same page ? that in the case and the page of EVENTS ?
<section id="eventos-index" class="pg-eventos" />
<!--sesao de eventos index -->
<h1>EVENTOS </h1>
<a href="eventos.html#evento-jigante" title="jigante em mutuipe ba">
<article class="fotos"><img src="_imagens/eventos/jigante.jpg" width="100%" height="100%">
<hgroup>
<h2>Gigante 18/01/2018 mutuipe BA</h2>
</hgroup>
</article>
</a>
<a href="eventos.html#santinha" title="baille da santinha saj">
<article class="fotos"><img src="_imagens/eventos/santinha.jpeg" width="100%" height="100%">
<hgroup>
<h2> Baille da santinha 18/01/2018<br>SAJ BA</h2>
</hgroup>
</article>
</a>
<section class="eventos" alt="eventos do vale">
<h1>EVENTOS</h1>
<a href="#evento-gigante">
<article class="eventos" id="evento-gigante">
<img src="_imagens/eventos/jigante.jpg">
<p class="desc-eventos">
gigante<br> bloco nana com leo santana
<br>Local campo Grande Salvador <br> Data 18/01/18.<br> Hora. 21:00hs <br> Valor. Individual. 190.00 reais <br> Casadinha. <br> 340.00 reais <br> 5 x no cartão. <br> Shopping Mega China.</p>
</article>
</a>
If you haven’t made a detail page for each event, you can’t do that. You’re only using HTML?
– Felipe Acelino
to using HTML and CSS ! but the site is not hosted yet will not be that too ? detail page for each event? how is that brother?
– Danilo rodrigues
In your case, as you are already on the events page, just use the anchor link, without the file name, so you will not reload the page.
– Leandro Angelo
Make a page for each event.. So when you click on the link you will redirect to the event page
– Olimpio
@Felipeacelinocomo is what I do this detail page ?
– Danilo rodrigues
@Olympio as I make this detail page ?
– Danilo rodrigues