Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

nested tables alignment

4 views
Skip to first unread message

boris bass

unread,
Sep 11, 2003, 11:15:34 AM9/11/03
to
Below is linenumbered as well as original code

--------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1255">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY text="#525252" vLink="#6666ae" aLink="#6666ae" link="#6666ae"
bgColor="#525252">
<TABLE cellSpacing=0 cellPadding=0 width="730" align=center
bgColor="#ffffff"
border=0>
<TBODY>
<TR vAlign=top>
<TD width=624><IMG src="locations_files/roundcorner_topleft.gif"
border=0 width="11" height="11"></TD>
<TD align=right colSpan=2 width="96">
<IMG
src="locations_files/roundcorner_topright.gif" border=0
width="11" height="11"></TD></TR>
<TR>
<TD><IMG height=11 src="locations_files/invisible.gif" width=22
border=0></TD>
</TR>
<TR>
<TD align=center width="724">
<TABLE width="100%" align=center border=2>
<TBODY>
<TR>
<TD width="292">
<TABLE>
<TBODY>
<TR>
<TD colSpan=3>netanya </TD></TR>
<TR>
<TD>kiryat nordu </TD>
<TD><IMG src="locations_files/vline copy.gif" width=1>
</TD>
<TD>ramat poleg </TD></TR></TBODY></TABLE></TD>
<TD width="292">raanana </TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD bgColor="#ffffff" width="624">
<IMG
src="locations_files/roundcorner_bottomleft.gif" border=0
width="11" height="11"></TD>
<TD vAlign=bottom align=right bgColor="#ffffff" colSpan=2
width="96">
<IMG
src="locations_files/roundcorner_bottomright.gif"
border=0 width="11"
height="11"></TD></TR></TBODY></TABLE></BODY></HTML>

----------------------------------------------

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML><HEAD>
3 <META http-equiv=Content-Type content="text/html;
charset=windows-1255">
4 <META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
5 <BODY text="#525252" vLink="#6666ae" aLink="#6666ae"
link="#6666ae" bgColor="#525252">
6 <TABLE cellSpacing=0 cellPadding=0 width="730" align=center
bgColor="#ffffff"
7 border=0>
8 <TBODY>
9 <TR vAlign=top>
10 <TD width=624><IMG
src="locations_files/roundcorner_topleft.gif" border=0 width="11"
height="11"></TD>
11 <TD align=right colSpan=2 width="96">
12 <IMG
13 src="locations_files/roundcorner_topright.gif" border=0
width="11" height="11"></TD></TR>
14 <TR>
15 <TD><IMG height=11 src="locations_files/invisible.gif"
width=22
16 border=0></TD>
17 </TR>
18 <TR>
19 <TD align=center width="724">
20 <TABLE width="100%" align=center border=2>
21 <TBODY>
22 <TR>
23 <TD width="292">
24 <TABLE>
25 <TBODY>
26 <TR>
27 <TD colSpan=3>netanya </TD></TR>
28 <TR>
29 <TD>kiryat nordu </TD>
30 <TD><IMG src="locations_files/vline copy.gif"
width=1> </TD>
31 <TD>ramat poleg </TD></TR></TBODY></TABLE></TD>
32 <TD width="292">raanana
</TD></TR></TBODY></TABLE></TD></TR>
33 <TR>
34 <TD bgColor="#ffffff" width="624">
35 <IMG
36 src="locations_files/roundcorner_bottomleft.gif" border=0
width="11" height="11"></TD>
37 <TD vAlign=bottom align=right bgColor="#ffffff" colSpan=2
width="96">
38 <IMG
39 src="locations_files/roundcorner_bottomright.gif"
40 border=0 width="11"
height="11"></TD></TR></TBODY></TABLE></BODY></HTML>


--------------------------------------------


where i am trying to display a bordered table centered within another
table -
simple enough task for nested tables or am i being wrong here?

i would appreciate the advise how to turn to *style sheets* to sove
the following problem:

the row on line 18 contains a single cell and within that cell a
bordered table which comes out left-aligned. i want it centered and i
tried to work around like this

18 <TR>
ADD EXTRA <td> &nbsp;
19 <TD align=center width="724">

but it screws up the whole thing. why?

changing width at

19 <TD align=center width="724">

and even deleting "width" attribute altogether doesn't help


boris

Brian

unread,
Sep 11, 2003, 4:26:25 PM9/11/03
to
boris bass wrote:
[code snipped]

>
> where i am trying to display a bordered table centered within another
> table -
>
> i would appreciate the advise how to turn to *style sheets* to sove
> the following problem:
>
> the row on line 18 contains a single cell and within that cell a
> bordered table which comes out left-aligned. i want it centered and i
> tried to work around like this

are you trying to replace nested tables with sensible layout and css?
Or "fix" (but keep) the nested tables?

--
Brian
follow the directions in my address to email me

0 new messages