Friends
i’m using string builder for generating Passenger List in which i have used a tables i want to add background image into this Passenger List. what i did is i have taken one main table —
strHTML1.Append("<table align=center cellpadding='0' cellspacing='0' width='100%'>");
strHTML1.Append("<tr>");
strHTML1.Append("<td style='background-image:url('../Images/bg-m.gif')>");
strHTML1.Append("Passenger");
strHTML1.Append("</td>");
strHTML1.Append("</tr>");
.........
the prob is this it is not show the background image.
pls help me out to come out from this prob
thanks in advance
Escape the quotations: