On Thu, 2008-11-27 at 10:18 +0000, David Dorward wrote:
> Brett Patterson wrote:
> > Where could I find a good information site about the
> > document.images.imageId script line, please?
>
> http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html#ID-26809268
>
> > And if you are trying to code using codes such as
> > http://www.kirupa.com/forum/showthread.php?t=217502
> >
> > Just an example. A quick search to find.
>
> A quick search can also find out how to use blink tags and tables for
> layout. That is a good example of worst practises.
Yes we all know that you should always use
<!-- ... -->
<head>
<style type="text/css">
/* ... */
.blink{
text-decoration: blink;
}
/* ... */
</style>
<!-- ... -->
</head>
<body>
<!-- ... -->
<span class="blink">my blinking test</span>
<!-- ... -->
</body>
instead of
<!-- ... -->
<blink>my blinking test</blink>
<!-- ... -->
Cheers
Dave
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************