Hi,
i searched on many forum posts and was unable to find any solution.
whenever i try uploading my table in the html format is is not imported.
i am newbie at this, but i think there must be some error in my table code.
here it is
<table width="450" border="2">
<tr>
<td scope="col">Sr.No.</td>
<td scope="col">Episode Names</td>
</tr>
<tr>
<td>1</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=1751">Namdev Bank Robbery</a></td>
</tr>
<tr>
<td>2</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=1897">Arjun's Sleep Walk</a></td>
</tr>
<tr>
<td>3</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=1898">The Case Of Magician</a></td>
<tr>
<td>4</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=1980">K.D. Fights In Supreme
Court</a></td>
</tr>
<tr>
<td>5</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=1981">Who Killed Chief Minister</a></td>
</tr>
<tr>
<td>6</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=2135">Murder In Valentine Party</a></td>
</tr>
<tr>
<td>7</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=2136">Ghost In The Court</a></td>
</tr>
<tr>
<td>8</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=2137">Murder Of Joker</a></td>
</tr>
<tr>
<td>9</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=2195">Rehan Khan Shot Dead</a></td>
</tr>
<tr>
<td>10</td>
<td><a href="http://www.videochaska.com/watchVideo.php?vid=2196">Case Of CID Officer Abhijeet</a></td>
</tr>
</table>
when i tried uploading a similar table as html it was successfully imported but this very code gives error.
Thank you in Advance !