answersLogoWhite

0

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.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do tables aid website design?

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.


What is tableless CSS?

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.


How do you position tables so that they are adjacent to each other using CSS?

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;}


What does a CSS table have to do with HTML?

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.


What is your rossi sidebyside shotgun worth?

5-300 uSD


How do you place images in between text frames?

You have to use a Stylesheet (CSS). Or you can type CSS straight into the document.


What are the 2 types of sites used in Dreamweaver?

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.


WHAT IS THE VALUE OF A Firearms international 22 sidebyside derringer?

10-40 USD or so


Where can one learn about text CSS?

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.


How do you remove the padding around an H1 tag?

Put the following markup wherever you place your CSS (That is, if you use CSS). ---- h1 {padding:0px;} ----


What is css and deffrent type of css?

css


What are CSS forums used for and why are they used that way?

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.