Hello, Is this code efficient?
public static string HTML_FASE1_OTRO S_GENERAL =
" <table id='tFase1' cellspacing='0' cellpadding='0' width='800' >" +
" <tr>" +
" <td width='15'></td>" +
" <td width='750'><br >" +
.............
Thanks
public static string HTML_FASE1_OTRO S_GENERAL =
" <table id='tFase1' cellspacing='0' cellpadding='0' width='800' >" +
" <tr>" +
" <td width='15'></td>" +
" <td width='750'><br >" +
.............
Thanks
Comment