0
I need to put the last result with a different format. as in a mysql table, for example.
<a class="registro">Valor 1</a>
<a class="registro">Valor 2</a>
<a id="ultimoregistro" class="registro">Valor 3</a>
I would like to classify the last record with a different formatting than the rest in PHP, as I do?.
It’s not about the style, it’s about the html structure of the last item. I want it to come back different from the previous ones.
– Leno Sousa
Hello, good then is "structure" and not "formatting", nor does it "structure" in the original question... :-( "I need to put the last result with a different formatting" ==> You do not need to change the structure to do this, this is my tip ;-)
– Fernando Mertins