473,320 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

nested tables alignment

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 or fix the
existing code 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
Jul 20 '05 #1
1 10591
boris bass wrote:
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">


http://groups.google.com/groups?selm...ing.google.com

why multi-posting is unproductive:
http://www.cs.tut.fi/~jkorpela/usenet/xpost.html

rules for posting to usenet
http://www.faqs.org/faqs/usenet/posting-rules/part1/

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

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: boris bass | last post by:
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...
1
by: Hazz | last post by:
I have 5 tables in SQL Server. Each with the following design and a sample chain of the relationships from the root (WRL - World) UUS is the 'Code' of the first table and it is the 'Parent' value...
0
by: Ed Allan | last post by:
http://ejaconsulting.com/nestedrepeater/NestedRepeater.txt >-----Original Message----- >Doh! The HTML has all been rendered . . . > >Right click on this link and select 'Save target as ..' >to...
4
by: Steve Klett | last post by:
(I posted this in ADO group, but I think this group will be better) Hi- I need to develop an FAQ section for our website. We would like to break up the FAQ by products, then categories with...
0
by: George Durzi | last post by:
I have a DataSet with 3 tables, and two DataRelations dsSubs.Tables.TableName = "Subscriptions" dsSubs.Tables.TableName = "AccountManagers" dsSubs.Relations.Add "AccountManagers_Subscriptions",...
1
by: Thu | last post by:
Hi, I create a Dataset to link three tables in my Access database. E.g. The three tables are , , . I then create 2 DataRelations, 1st relation (Order_Cust_Rel) links and using CustomerID field...
5
by: BMeyer | last post by:
I have been losing my mind trying to parse an XML document (with nested child elements, not all of which appear in each parent node) into a DataGrid object. What I want to do is "flatten" the XML...
6
by: Polomora | last post by:
Hello. I've done a bit of searching here on c.l.c, and I also checked out SMC at soureforge, but haven't been able to find what I'l looking for. I've got two FSMs: A and B, where I want to...
0
petepell
by: petepell | last post by:
Hello all, I am developing an application in VB 2008 that works with a SQL2005 DB to store and manipulate employee data. In one section of the app I want to be able to show a treeview of the...
25
mshmyob
by: mshmyob | last post by:
I am in testing mode for this part of my app so I can change anything to make this work. I have added email functionality to one of my apps. I use SMTP to send and either POP3 or IMAP4 to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.