answersLogoWhite

0

Yes, it's possible to align tables next to each other using the float value of the style attribute. Give both tables the same float and a fixed width and they will appear next to each other if the browser window is wide enough.

Example:

<table style="float:left; width:100px;">

<tr><th>Table 1</th></tr>

<tr><td>Content</td></tr>

</table>

<table style="float:left; width:100px;">

<tr><th>Table 2</th></tr>

<tr><td>Content</td></tr>

</table>

This will create two tables of the width 100px next to each other.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the HTML code to make link inside a table?

You have to use the anchor tag to make a link. The code will be &lt;a&gt;&lt;table&gt;Table-Stuff&lt;/table&gt;&lt;/a&gt;.


How do you make a table on WikiAnswers?

You could make the table in an HTML editor and paste it here.


Is there an alternative to tr in HTML code?

Not if you're attempting to put a table together, no.


How can you make your song into a HTML code?

There is no software, program, or pattern that transforms songs into HTML.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


Can someone make an HTML code where i can just put my file in and it to work please?

You have to give the complete file in order to make and HTML file. The file should be compatible with the code.


How do you code a layout on photofiltre?

you don't code the layouts in photofiltre , u make them then code them using HTML


How do you make a table with CSS or HTML with a height and width that won't change if text is added so it scrolls vertically?

You have to build the table in HTML, but to make scrollbars within the cells you must use JavaScript to manipulate the DOM. Neither HTML or CSS have a way to add scrollbars


What Is The Code To Show An Html A Text?

&lt;code&gt;&lt;code&gt;HTML TEXT HERE&lt;/code&gt;&lt;/code&gt;


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How To Use HTML?

HTML stands for Hypertext Markup Language. HTML is the code used on websites all across the Internet. HTML is the code that makes a website a website. HTML is quite simple to learn how to use. HTML code that is typed by hand to create a website is old school now days. There are several programs out there are enable you to create a website without the need to know HTML code by hand. The new programs out there enables nearly anyone from the new person to the advanced person to make a website within minutes.The HTML code to make a link on your website is quite simple. HTML code is basic code that just learn to memorize in your mind. It is simple to remember to short code lines that you input to create certain things on a website like a small link to another page. HTML code is just a code like a different language. It is all memory.The new software out there made for creation of a website has the HTML code built into


Can you insert an image in table header in HTML?

Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.