problem with changing size of anchor tags form Repeater

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gautamrohit23
    New Member
    • Feb 2010
    • 1

    problem with changing size of anchor tags form Repeater

    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
Working...