Thread Starter
gusto2
(@gusto2)
Ah, I added display: block; to the style of the spans, now they are not ugly and look just like divs…
But if there is any way I can have what I want while it formats divs instead of spans, please let me know.
Thread Starter
gusto2
(@gusto2)
When I change block to inline and div to span it works, but spans come out plain ugly. Why can’t I keep it div?
-
This reply was modified 5 years, 10 months ago by gusto2.
Thread Starter
gusto2
(@gusto2)
Okay, I am going to pretend I understand this. I am going to assume “block” is bad and “inline” is what I want.
I changed 'block' => 'div', to 'inline' => 'div',, now it doesn’t even work. I still need help.