473,385 Members | 1,934 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,385 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 10598
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...
1
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.