This is a discussion on "Alignment problem..basic" within the Web Page Design section. This forum, and the thread "Alignment problem..basic are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Alignment problem..basic
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Alignment problem..basic
this is a very basic question..
I have 2 tables that i need to put right next to each other. every thing i try will not work. right now they are like this: ******** *||||||* *||||||* ******** ******* *|||||* *|||||* ******* I need them like this: *************** *||||||**|||||* *||||||**|||||* *************** thanks, ss |
|
|
|
|||
|
make a table with 1 row and 2 columns. put each of your tables in one of the table cells (they call this nested tables)
or you can use CSS on the first table: style="float:left;" the nesting might work better for you cause floating has some quirks |
|
|||
|
Here is an html example I made to show how to use 3 tables to put 2 into alignment. You need to have one table containing the 2 other tables, I don't think you can do it any other way with straight html.
|
![]() |
| Tags |
| alignment, problembasic |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Division alignment problem | Craigj1303 | Web Page Design | 0 | Apr 3rd, 2008 14:29 |
| Tables Alignment problem | Aaron1988 | Web Page Design | 21 | Mar 26th, 2007 17:32 |
| Alignment problem in IE | Lchad | Web Page Design | 16 | Feb 10th, 2007 00:30 |
| Alignment problem in Firefox | guvna | Web Page Design | 11 | Nov 14th, 2006 17:40 |