wrap!

M

Mr. SweatyFinger

I can't get this to wrap in the table cell, or even not in a table cell



How can i get the text to wrap???


<asp:Repeater ID="Repeater1" runat="server"
DataSourceID="SqlDataSourceCategories">

<ItemTemplate>

<tr><td align="left" style="width:150px"><a style="font-size:.9em"
href='<%#"default.aspx?cat=" & Eval("category") %>'><%#
Eval("category")%></a></td></tr>

</ItemTemplate>


</asp:Repeater>
 
G

Gregory Silvano

What's your table tag look like. You have the TR and TD, but no table. If
you specify the table width to 150px, then the TD should wrap as expected.

--
Regards,

Gregory Silvano
Stature Software, LLC
http://www.staturesoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top