Forums
(@gusto2)
4 years, 8 months ago
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.
display: block;
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?
block
inline
div
span
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.
'block' => 'div',
'inline' => 'div',