1
Gentlemen, I need to format my Div according to the image attached below, with Meta information about Div, etc.
Currently my code is breaking this information into lines, as attached image.
Follow an excerpt of my code, I hope you can help me.
<div id="row1">
<div class="squareWhite" style="width:380px; font-size: 20px; height: 160px;">
APPLE<br></br>
META: <c:out value="${AP.rows[0].META}"/><br></br>
REALIZADO: <c:out value="${AP.rows[0].REALIZADO}" /><br>/br>
ACUMULADO: <c:out value="${AP.rows[0].ACUMULADO}" />
</div>
</div>
As you can see above, I have one main div and one inside the same.
My above code when executed returns the image information below.
But I need the information to be according to image below, as I can accomplish this change within
Send a picture of what you want to do, I don’t understand!
– Marcondes
Good morning @Marcondes, the image of what I want to do is the second I posted in the question, the first is how it’s coming out today, here in the comment I can’t attach images again.
– Gabriel Paixão Justino
@Gabrielpaixãojustino The first image that is the current scenario has nothing to do with the second... you need to give an example of what you want, but it has logic in relation to what you have. Give an update on the question that is more difficult to understand what you want, than answer the question.
– Leonardo Bonetti