Hi
I have following code which appears on top right corner of the screen among host of other screen elements.
In NS 6.2 600X800 "dummy@dummy.com" text runs over the groupbox border, in fact its the table which runs over the groupbox border.
I'm not sure if I can attach an image in this post?
Whether I'm doing something wrong here?
<TABLE align=center bgColor=#eeeeee border=0 cellPadding=1 cellSpacing=0
width="100%">
<TR>
<TD width=1></TD>
<TD vAlign=center>
<FIELDSET class=GroupBox>
<LEGEND class=header>Contact Info </LEGEND>
<TABLE border=0 cellPadding=1 cellSpacing=0 width="100%">
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">Admin</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">ABC</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">MX 40620</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">Phone 111</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">Fax 1234516</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD width="90%"><A href="mailto:dummy@dummy.com?subject="
title=mailto>dummy@dummy.com</A>
</TD></TR></TABLE></FIELDSET></TD></TR></TABLE>
I have following code which appears on top right corner of the screen among host of other screen elements.
In NS 6.2 600X800 "dummy@dummy.com" text runs over the groupbox border, in fact its the table which runs over the groupbox border.
I'm not sure if I can attach an image in this post?
Whether I'm doing something wrong here?
<TABLE align=center bgColor=#eeeeee border=0 cellPadding=1 cellSpacing=0
width="100%">
<TR>
<TD width=1></TD>
<TD vAlign=center>
<FIELDSET class=GroupBox>
<LEGEND class=header>Contact Info </LEGEND>
<TABLE border=0 cellPadding=1 cellSpacing=0 width="100%">
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">Admin</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">ABC</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">MX 40620</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">Phone 111</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD class=tablecontents width="90%">Fax 1234516</TD></TR>
<TR>
<TD class=tablecontents width="10%"> </TD>
<TD width="90%"><A href="mailto:dummy@dummy.com?subject="
title=mailto>dummy@dummy.com</A>
</TD></TR></TABLE></FIELDSET></TD></TR></TABLE>