Forum : table
Brief description  about Online courses   join in Online courses
View Rashmi  kumari 's Profile

table

How can I make a empty big box with the help of table,which is aligned to center.Under which I can make any paragraph,table,form,etc.
Asked by Rashmi kumari | Jul 15, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi
Try this code hope this will help you

<table width="884" height="312" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">


<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> Nokia's Ovi Store developers are unhappy with the way its run. Over 42 percent opinioned that the store is "below average" compared to rivals like</td>
</tr>
</table>


</td>
</tr>
</table>



Regards
Jul 15, 2010