I have a table (dim: 100px * 500px) with background image - 1px*10px. I write the background code in css:
background: white url(../Images/line.png) repeat-x scroll top center;
But I want to convert it to html code in the table tag not css code, like:
<table bgcolor="#FFF" background=".....">
How can I convert this code to HTML?