Hi,
I need some help. I don't understand why the columns of this table are not seperated :
how to seperate columns ??Code:<!DOCTYPE html> <html lang="en"><head> </head> <body> <table style='table-layout:fixed' border="0" bordercolor="" style="background-color:" width="320" cellpadding="2" cellspacing="2"><tr> <td width="100%" ><font size=4>#>t</font></td> </tr> <tr> <td width="100%" ><font size=4>#Number </font></td> </tr> <tr> <td width="100%" ><font size=4>#a</font></td> <td width="100%" ><font size=4>b</font></td> <td width="100%" ><font size=4>c</font></td> </tr> <tr> <td width="100%" ><font size=4>1</font></td> <td width="100%" ><font size=4>8</font></td> <td width="100%" ><font size=4>XXXXX</font></td> </tr> </body></html>
thanx
baxy


Reply With Quote
Bookmarks