Hello All,
i am using repeater to generate the anchor tags
<ItemTemplate >
<tr>
<td><a href="<%#Eval(" Word_Link")%>" title="<%# Eval("Word_NAME ") %>" target="_blank" ><%# DataBinder.Eval (Container.Data Item,"Word_NAME ") %></a></td>
</tr>
</ItemTemplate>
i am getting Some anchor tags , but i want to change the font size of the anchor tags(like tag cloud) .
can some body please suggest me on this .
Thanks
i am using repeater to generate the anchor tags
<ItemTemplate >
<tr>
<td><a href="<%#Eval(" Word_Link")%>" title="<%# Eval("Word_NAME ") %>" target="_blank" ><%# DataBinder.Eval (Container.Data Item,"Word_NAME ") %></a></td>
</tr>
</ItemTemplate>
i am getting Some anchor tags , but i want to change the font size of the anchor tags(like tag cloud) .
can some body please suggest me on this .
Thanks