hi..
how can i keep the image as header for the msword doc..........i wrote the following code..just it is coming only in the first page....it is not coming in the second page..
how can i do this ..........the following code i used for that
oStringWriter.W rite("<div style='mso-element:header' id=h1>" + " <p class=MsoHeader >" + " <span style='mso-tab-count:2'></span><img src='http://localhost/SOW/Images/Inde1gene Logo.jpg'>" + " </p></div>" + "</div></body></html>");
Ramesh
how can i keep the image as header for the msword doc..........i wrote the following code..just it is coming only in the first page....it is not coming in the second page..
how can i do this ..........the following code i used for that
oStringWriter.W rite("<div style='mso-element:header' id=h1>" + " <p class=MsoHeader >" + " <span style='mso-tab-count:2'></span><img src='http://localhost/SOW/Images/Inde1gene Logo.jpg'>" + " </p></div>" + "</div></body></html>");
Ramesh
Comment