HTML — Two Tables Horizontally Side by Side

后端 未结 9 592
野趣味
野趣味 2020-11-30 09:49

I\'m trying to display tables next to each other horizontally, but this is what I\'m getting.
\"enter

9条回答
  •  情话喂你
    2020-11-30 10:51

    Add:

    fieldset
    {
        float: left;
    }
    

    to your CSS. I copied your HTML to http://jsfiddle.net/S3n6D/ and added that CSS. You can see the result there.

提交回复
热议问题