This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Stylesheets > January 2005 > In place of a table?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author In place of a table?
Brett

2005-01-29, 12:18 pm

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


Ali Babba

2005-01-29, 7:19 pm

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


Richard

2005-01-29, 7:19 pm

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.


Brett

2005-01-29, 7:19 pm


"Richard" <Anonymous@127.001> wrote in message
news:ctgndo0142p@news2.newsguy.com...
> On Sat, 29 Jan 2005 11:28:46 -0500 Brett wrote:
>
>
>
>
>
> 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


Ali Babba

2005-01-29, 7:19 pm

Brett wrote:

> "Richard" <Anonymous@127.001> wrote in message
> news:ctgndo0142p@news2.newsguy.com...
>
>
> 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>
Christoph Paeper

2005-01-29, 7:19 pm

*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.
Brett

2005-01-29, 11:20 pm


"Christoph Paeper" <christoph.paeper@nurfuerspam.de> wrote in message
news:opsld0wxtgb8p244@crissov...
> *Brett* <no@spam.net>:
>
> Sounds as if you're searching for "table-layout: fixed;".
>

What exactly is that used for?

Brett


Christoph Paeper

2005-01-30, 4:15 am

*Brett* <no@spam.net>:
> "Christoph Paeper" <christoph.paeper@nurfuerspam.de> wrote in message
>
>
> 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
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews