CristianLuca
Programmer
hello, i have a simple problem,
how can i align to tables horizontaly ?
[table 1] [table 2]
Thanks,
Cristian
how can i align to tables horizontaly ?
[table 1] [table 2]
Thanks,
Cristian
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div>
<table style="float:left;">
...contents of table 1
</table>
<table style="float:left;">
...contents of table 2
</table>
</div>