Adding headers to spans question
Hello,
I am working on updating a web application for student accounts. There’s a connection to SQL server and through php we are extracting https://omegle.onl/ data as spans (first name, last name, grade, dob, etc). I was wondering if there’s an easy way to add columns with the field names and have the spans align with the proper field. Kind of like a table. Unfortunately I’m not really familiar with php and how to change the output to be a table instead of spans.
So if anyone can point me in the right direction I would appreciate it!
Thanks so much !
Having a problem with the FAQ section of my website. I want the glyph icons to not drop onto a new line by themselves. Have tried using   after the question mark but that doesn't work. Have tried putting the span outside the header element but that doesn't work. Have tried flexbox but can't seem to get the layout right. Originally I had the glyphicon as a pseudo ::after element on the header itself, and this prevented it from dropping onto a line on it's own, but also prevented me using the https://omegle.website/ CSS animation which I would like to keep. Dropping with the last word as well is fine, but on their own, they look a bit out of place.
Thanks so much!