Hello there guys/ladies
http://img377.imageshack.us/img377/1671/untitledcg0.jpg <-- That image speak for it self.
The Source Code
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate><table></HeaderTemplate>
<ItemTemplate>
<td>
<a href='<%# Eval("orgimg") %>' rel="lightbox" title='<%# Eval("picname") %>'><img src='<%# Eval("thumb") %>'></a><br /> <%# Eval("app") %>
</td>
</ItemTemplate>
<FooterTemplate></table></FooterTemplate>
</asp:Repeater>
But i simply wont have a width tried table width:XX and Style="Width="xx"
but i wont work...
Is there any smart guys or ladies in here there can spot the error and maybe help me??
sry for my bad english.. hope its understand able.