Hi all,
Pls refer to the HTML code written below, I am trying to achieve same appearance using Styles (CSS1 preferably) but not been able to. What I am trying to do is remove everything like border,cellspacing, etc from table tag, so table tag should then look like <Table class="TheCSSClass">.
Any help be much appreciated. Thanks in advance.
<html><body>
<TABLE align=center border="0"><TR><TD>Form Description<BR><BR></TD></TR></TABLE>
<TABLE align="center" cellpadding="0" cellspacing="0" border="2" bordercolor="#000040" bgcolor="#E0E0E0"><TR bgcolor="#08298C"><TD><DIV align="center"><FONT color="#FFFFFF"><B>Form Heading</B></FONT></DIV></TD></TR><TR bgcolor="#E0E0E0"><TD width=""><TABLE align="center" cellpadding="5">
<TR><TD>omWebText4
<br>omWebText5
<br>omWebText6
</TD></TR></TABLE></TD></TR></TABLE>
</Body></Html>
Pls refer to the HTML code written below, I am trying to achieve same appearance using Styles (CSS1 preferably) but not been able to. What I am trying to do is remove everything like border,cellspacing, etc from table tag, so table tag should then look like <Table class="TheCSSClass">.
Any help be much appreciated. Thanks in advance.
<html><body>
<TABLE align=center border="0"><TR><TD>Form Description<BR><BR></TD></TR></TABLE>
<TABLE align="center" cellpadding="0" cellspacing="0" border="2" bordercolor="#000040" bgcolor="#E0E0E0"><TR bgcolor="#08298C"><TD><DIV align="center"><FONT color="#FFFFFF"><B>Form Heading</B></FONT></DIV></TD></TR><TR bgcolor="#E0E0E0"><TD width=""><TABLE align="center" cellpadding="5">
<TR><TD>omWebText4
<br>omWebText5
<br>omWebText6
</TD></TR></TABLE></TD></TR></TABLE>
</Body></Html>