Try using float:right; on the second table to get it to the right of the first table. You could also use the position attributes. Another thing to do to put tables side by side by just using HTML, is to put the two tables into another table. So you would have a main table with one row and two cells, with a table in each of those two cells.
Tables help align components across the page BUT using tables isn't popular anymore and now there is more use of CSS styles to do that.
A "Tableless Layout" is a layout idea, where you do not use tables on your webpage, but rather, CSS positioning (Such as, forcing certain elements to display at certain coordinates) to make organized webpages. In the web development and design area, "developers" who still use tables (or frames) to layout their webpages are commonly mocked. If at all, HTML tables should only be used to display raw data. CSS positioning is much cleaner and much easier to manipulate.
Option 1:You can place 2 HTML tables side by side using CSS by setting the float of your table elements to lefttable{float:left;}Option 2:You can place each table inside it's own element and set each div to float:left; or display:inline;Option 3:You can set one table float to left and the other table float to right..table1{float:left;}.table2{float:right;}
HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.
5-300 uSD
You have to use a Stylesheet (CSS). Or you can type CSS straight into the document.
Dreamweaver lets you build sites using several method such as frames, tables, and css. The quickest and cleanest way to build a site using Dreamweaver is html/css.
10-40 USD or so
A great place to learn about text CSS is W3Schools Online Web Tutorials. This site provides a wide array of tutorials including informational tutorials about text CSS.
Put the following markup wherever you place your CSS (That is, if you use CSS). ---- h1 {padding:0px;} ----
css
CSS stands for Cascading Style Sheets. It is the common language used in website design and styling. CSS forums are a place where people can discuss and collaborate over website browser and design issues.