I have two html tables already created wrapped in the wrapper.
How can I place these two tables side by side instead of 1 above the other?
|
I have two html tables already created wrapped in the wrapper. How can I place these two tables side by side instead of 1 above the other? |
|||||
|
Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Here you go:
Replace [ with < and ] with > Wrapping both of them in the div will produce the exact result you want. |
|||
|
|