473,508 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

In place of a table?

I'm generating a table that displays all links in an email message. Some
may have many links, which creates a very long table. Each link uses a row.
It may take five seconds or more to display this table on a DSL connection.
The fact that there is so much data isn't a problem. Using a table and
waiting five or more seconds to see the results is a problem.

I believe CSS can display each row as it is rendered. This way the table
displays gradually, rather than all at once. Can some one elaborate on this
and how it might be done?

Thanks,
Brett
Jul 21 '05 #1
7 1480
Brett wrote:
I'm generating a table that displays all links in an email message. Some
may have many links, which creates a very long table. Each link uses a row.
It may take five seconds or more to display this table on a DSL connection.
The fact that there is so much data isn't a problem. Using a table and
waiting five or more seconds to see the results is a problem.

I believe CSS can display each row as it is rendered. This way the table
displays gradually, rather than all at once. Can some one elaborate on this
and how it might be done?

Thanks,
Brett


you want to 'see' your email coming in ? i guess it completely depends
on the email client used how things appear when arriving.
anyway, i guess you wont do much with your email until is has arrived
completely.
also: if this is so much information, why dont you zip it and send it as
an attachment ?

sorry no solution and instead only more question,

martin
Jul 21 '05 #2
On Sat, 29 Jan 2005 11:28:46 -0500 Brett wrote:
I'm generating a table that displays all links in an email message.
Some
may have many links, which creates a very long table. Each link uses a
row.
It may take five seconds or more to display this table on a DSL
connection.
The fact that there is so much data isn't a problem. Using a table and
waiting five or more seconds to see the results is a problem. I believe CSS can display each row as it is rendered. This way the
table
displays gradually, rather than all at once. Can some one elaborate on
this
and how it might be done? Thanks,
Brett

Use html.
However, many mail handlers may not recognize html, or the user has it
turned off.
You'd be better off mailing one link, which directs the user to a website
that contains the links.
Wich in turn, saves downloading time.
And the recipient will see the message even with html turned off.
Jul 21 '05 #3

"Richard" <An*******@127.001> wrote in message
news:ct*********@news2.newsguy.com...
On Sat, 29 Jan 2005 11:28:46 -0500 Brett wrote:
I'm generating a table that displays all links in an email message.
Some
may have many links, which creates a very long table. Each link uses a
row.
It may take five seconds or more to display this table on a DSL
connection.
The fact that there is so much data isn't a problem. Using a table and
waiting five or more seconds to see the results is a problem.

I believe CSS can display each row as it is rendered. This way the
table
displays gradually, rather than all at once. Can some one elaborate on
this
and how it might be done?

Thanks,
Brett

Use html.
However, many mail handlers may not recognize html, or the user has it
turned off.
You'd be better off mailing one link, which directs the user to a website
that contains the links.
Wich in turn, saves downloading time.
And the recipient will see the message even with html turned off.

No mail program is being used. The email message is saved to a file as HTML
and the links scanned into another file (actually database). These are then
processed via CFMX and output as HTML. Sorry for not being clearer.

Brett
Jul 21 '05 #4
Brett wrote:
"Richard" <An*******@127.001> wrote in message
news:ct*********@news2.newsguy.com...
On Sat, 29 Jan 2005 11:28:46 -0500 Brett wrote:

I'm generating a table that displays all links in an email message.
Some
may have many links, which creates a very long table. Each link uses a
row.
It may take five seconds or more to display this table on a DSL
connection.
The fact that there is so much data isn't a problem. Using a table and
waiting five or more seconds to see the results is a problem.

I believe CSS can display each row as it is rendered. This way the
table
displays gradually, rather than all at once. Can some one elaborate on
this
and how it might be done?

Thanks,
Brett

Use html.
However, many mail handlers may not recognize html, or the user has it
turned off.
You'd be better off mailing one link, which directs the user to a website
that contains the links.
Wich in turn, saves downloading time.
And the recipient will see the message even with html turned off.


No mail program is being used. The email message is saved to a file as HTML
and the links scanned into another file (actually database). These are then
processed via CFMX and output as HTML. Sorry for not being clearer.

Brett


maybe you are looking for something like this ?!
although i still dont really get what your problem is.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Sidescroller</title>
<style type="text/css">
a {
float: left;
clear: both;
margin: 1px;
padding: 2px;
border: 2px solid blue;
font-family: arial, helvetica, sans-serif;
color: maroon;
text-decoration: none;
background-color: #ffdddd;
border-color: red;
}
</style>
</head>
<body>

<a href="..">link</a>
<a href="..">linklink</a>
<a href="..">linkll</a>
<a href="..">link</a>
<a href="..">linkink</a>

</body>
</html>
Jul 21 '05 #5
*Brett* <no@spam.net>:

I believe CSS can display each row as it is rendered. This way the table
displays gradually, rather than all at once.


Sounds as if you're searching for "table-layout: fixed;".

--
It's so simple to be wise. Just think of
something stupid to say and say the opposite.
Jul 21 '05 #6

"Christoph Paeper" <ch**************@nurfuerspam.de> wrote in message
news:opsld0wxtgb8p244@crissov...
*Brett* <no@spam.net>:

I believe CSS can display each row as it is rendered. This way the table
displays gradually, rather than all at once.


Sounds as if you're searching for "table-layout: fixed;".

What exactly is that used for?

Brett
Jul 21 '05 #7
*Brett* <no@spam.net>:
"Christoph Paeper" <ch**************@nurfuerspam.de> wrote in message
Sounds as if you're searching for "table-layout: fixed;".


What exactly is that used for?


What part of the specification did you not understand?

--
"Right way turning, Listen we are learning.
Head's full of noise, Chicken's got no choice.
Heads are rollin', Chicken blood is stolen.
The rest of the chicken wants a picke-nicken" Guano Apes - We use the Pain
Jul 21 '05 #8

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

Similar topics

8
5101
by: Terry | last post by:
Trying my hand at table-less design. Looking for an XHTML 1.0 strict, CSS2 compliant solution. Here's the result I'm looking for: Div I: Some header text DIV II: Some text and a form which...
1
1442
by: success_ny | last post by:
I would like to be able to display either one or the other HTML table in the same place. I.e., there are 2 buttons on the screen. When the user clicks one button, the table A is displayed below....
6
3156
by: dixie | last post by:
I am using the Docmd.TransferDatabase to transfer part of a table into another smaller database. The source comes from a select query that transfers the part of the table that I need. The...
0
1452
by: suzy | last post by:
hi, i am new to .net. Currently i am writing a page that needs to contain several controls. i am using a place holder to add controls to the page one-by-one. is this the best way? i have a...
2
1963
by: ALI-R | last post by:
Hi I've created a bunch user comtrols for the footer,header,navigation bar of a webpage ,I have two problems: 1) All the controls are in the folder "Control" of the root and all the images...
2
3013
by: J-T | last post by:
I am constructing an HTML text which I need to render in my ASP.NET page. string rssOutput = Posts.listPosts(Constants.WeblogSectionID); rssOutput contains html code and text.Then I create a...
10
3307
by: surya | last post by:
i have a table name is HH table it has two columns 'hhno' and hhname' HH tabele hhno hhname 100 suresh 101 baba 103 ram...
4
7800
by: TheCeej | last post by:
I'm sorry to post what is ultimately a myspace problem, but I'm sure I'd still be having this problem with any html/css document, so the answer would more than likely be able to help anyone out. I'm...
0
2916
by: Bora | last post by:
Hi, I've a problem with binding an entity to an in place LookUpEdit item. Let me explain my problem with an example... (i'm using VS .Net 2005 and DeveloperExpress Inc.Net.2005) Say, i have a...
3
1678
by: teneesh | last post by:
Hi, I'm trying to find some records in a table that has been exported into Access (tbl_test). The new table that I am trying to create and insert the data to is called (tbl_test1). Here's my...
0
7227
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7331
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7054
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5633
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3204
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
768
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
424
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.