As far as I know, display: inline-block
is what you probably need. That will make it seem like it’s sort of inline but still allow you to use things like margins and such.
As far as I know, display: inline-block
is what you probably need. That will make it seem like it’s sort of inline but still allow you to use things like margins and such.