Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

positioning tables adjacent to each other
(1 viewing) (1) Guest
All your queries regarding CSS will be solved in this forum
  • Page:
  • 1
TOPIC:

positioning tables adjacent to each other

positioning tables adjacent to each other 1 year, 6 months ago #309

  • isaac
  • OFFLINE
  • Senior Boarder
  • Posts: 64
  • Karma: 0
How do i position tables so that they are adjacent to each other using CSS?

Re: positioning tables adjacent to each other 1 year, 6 months ago #322

  • yoko
You can place two tables adjacent to each other using CSS by setting the float of your table elements to left.

In your css file, try adding the following codespec

table
{
float:left;
}
  • Page:
  • 1
Time to create page: 1.17 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download