Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Writer to write html

Status
Not open for further replies.
Jun 5, 2006
28
US
Hi,
How would i use the xml writer in c# to write the following?

<TABLE cellspacing=1 cellpadding=1>
<TR>
<TD align=center colspan=4><FONT size=4 color=blue>Price Quote</FONT></TD>
</TR>
<TR>
<TD><B>Product</B></TD>
<TD><B>Price</B></TD>
</TR>
</TABLE>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top