> > > I am all for it. A section in
> http://lug-delhi.org would be great.
> > 
> > Check out
> http://www.lug-delhi.org/HallOfShame/Websites

 Okay guyz i belive we have been really quick in
declaring www.icicidirect.com pro M$ and added them to
hall of Shame.

 If somebody has spent few minutes and looked at the
document source of main page www.icicidirect.com,
he/she whould have imediately identified that the
problem is probably at Mozilla/konquorer end and not
icici.
 I downloaded the page and found following problem.

 The buttons on the main page of www.icicidirect.com
is rendered from following code

<a href="http://content.icicidirect.com/home.asp"; ><td
align="center" class="box" bgcolor="#990000"
style="cursor:hand" title="Home"><font
class="text">home</font></td></a>

(where text and box class are defined in the head
section)
 anyone with basic understanding of html, can identify
that anchor tag begins before <td> tag, and ends after
<td> tag. In simple words <td> tag is embeded inside
anchor tag and gecko based browsers are unable to
renders it whereas IE is able to render it. 
 So i changed the code to following(on local machine)
and it worked.

<td align="center" class="box" bgcolor="#990000"
style="cursor:hand" title="Home"><a
href="http://content.icicidirect.com/home.asp"; ><font
class="text">home</font></td></a>

 I then went on to go through the remaining page and
found that there is nothing M$ specific in the code.
Whole page has been designed adhering to standards.
 
 SO PLEASE NEXT TIME VERIFY FACTS BEFORE BLAIMING ANY
ORGANIZATION.

 What if icici decided to sue us?

 I would recommend that we remove www.icicidirect.com
from hall of shame at lug-delhi.org. As we have proof
that they have nothing M$ specific on main page.

Regards
VK


=====
Hug the REALITY ;-)



Disclamer
The facts expressed here belong to everybody, the opinions to me. The distinction is 
yours to draw...


                
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com

_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to