I have a table in it i placed a lable which show the route map problem is that if data is two long it go out side the table cell as shown below.

[IMG]http://i35.tinypic.com/2nlcwzs.jpg[/IMG]

code of cell here

</tr>
    <tr>
    <td colspan="3">
    <asp:Label ID="div1" runat="server" Width="100%"></asp:Label>
    <%--<div id="div1" runat="server" style=" position:absolute; width:100%; height:100%;"></div>--%>
    </td>
    </tr>
    <tr>
    <td>

can you give the code for the whole table?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.