home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Ask a Tech Support Question (free)!

Tables

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1740
Discussions: 200,990, Posts: 2,379,884, Members: 246,359
Old June 5th, 2002, 04:01 PM   Digg it!   #1 (permalink)
Member
 
Join Date: Feb 2002
Posts: 92
Tables

I want to put 2 tables next to each other from left to right across the screen. I want to type a list of stuff on the right side, but if i have a 3 column table, the 1st and 2nd column extend to the same length of the 3rd column. How do i set the 3rd column to extend separately?
__________________
Visit my Flash web site!!

http://magicfan89.150m.com/
Magicfan89 is offline   Reply With Quote
Old June 5th, 2002, 04:09 PM     #2 (permalink)
Ultimate Member
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,542
If the tables are unrelated ie it doesn't matter if their rows aren't aligned, I reckon your best bet is to package each table in a <div> and use absolute positioning to put them side by side.
strangerstill is offline   Reply With Quote
Old June 5th, 2002, 04:11 PM     #3 (permalink)
Ultimate Member
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,542
Or (not, strictly speaking, legitimate HTML) you could use nested tables:
PHP Code:
<table><tr><td>
    <
table>
        ...
    </
table>
</
td><td>
    <
table>
        ...
    </
table>
</
td></tr></table
strangerstill is offline   Reply With Quote
Old June 5th, 2002, 04:17 PM     #4 (permalink)
Member
 
Join Date: Feb 2002
Posts: 92
Is there any way to do this with netscape ccomposer?
Magicfan89 is offline   Reply With Quote
Old June 5th, 2002, 05:00 PM     #5 (permalink)
Ultimate Member
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,542
No idea, never used the program. I write all my web pages myself
strangerstill is offline   Reply With Quote
Old June 6th, 2002, 12:17 AM     #6 (permalink)
Member
 
Join Date: Feb 2002
Posts: 92
I thought of another way to do it, but now i have a new question : I will make a left side frame, right side frame, and middle part of my site. But now I want to know how to make them all scroll together.If u scroll down in the middle, u should also be able to be scrolling down on the left and right sides.
Magicfan89 is offline   Reply With Quote
Old June 6th, 2002, 06:23 AM     #7 (permalink)
Ultimate Member
 
strangerstill's Avatar
 
Join Date: Oct 2001
Posts: 1,542
Sorry, not possible. Frames are separate documents. You can't even do it with JavaScript, as there's no Scroll event in the DOM, or at least not in the IE or Gecko DOMs.
strangerstill is offline   Reply With Quote
Old June 16th, 2002, 05:41 PM     #8 (permalink)
Member
 
bebeangel's Avatar
 
Join Date: May 2002
Location: Pearl Harbor
Posts: 57
Send a message via AIM to bebeangel
If I'm understanding you correctly, you want to have your columns at a fixed width?? to do that just add a value to the <td> thus your html would look something like:

<table>
<tbody>
<tr>
<td width="any value you want">...</td>
<td width="any value you want">...</td>
<td width="any value you want">...</td>
</tr>
</tbody>
</table>

hope this helps
bebeangel is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (3074)
Charges against non-tippers dropped.. (20)
Health Care Rationing (12)
Delete an OS (17)
Nvidia GTX 260 problem (10)
Laptop with wireless problem. (12)
windows vista security holes (19)
Wireless Televisions. (12)
CPU fan stops spinning randomly (11)
Regular Build (11)
Point and Shoot Camera Suggestions. (8)
windows 7 problem (7)
[F@H SPAM 11/16/09] ! 1/2 months to.. (39)
Internet Lost (5)
Recent Discussions
Foxconn Blackops x48 MoBo (2)
Q9650 vs. Q9550 (0)
Desktop Calendar Application (2)
Looking for new motherboard (1)
soundmon.exe (8)
Jedi Academy Problem (3)
Can a page file be "too big".. (1)
Nvidia GTX 260 problem (10)
Point and Shoot Camera Suggestions. (8)
Size after cutting 700Mb file is 2.5 .. (0)
Delete an OS (17)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (39)
windows vista security holes (19)
updating BIOS via winflash, claims fi.. (1)
New Server Configuration Suggestions (0)
cheap gaming laptop? (12)
Unallocated Space (2)
help me pls laptop just stopped worki.. (1)
C# + LINQ Help (7)
Dynex DX E-402 (3)
EVGA 9800 gtx help with finding a goo.. (12)
Multiple Restarts Required at Boot (5)
cell phone won't work (0)
Is the PSU I received dead? (15)
Can't open Word (12)


All times are GMT -4. The time now is 08:29 AM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28