How to top align?

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hello,

This is what I have now:

<ItemTemplate>
<asp:HyperLink id="editLink" ImageUrl='<%# Application["AppPath"] +
"/Images/edit.gif" %>' runat="server" />
</ItemTemplate>

How can I top align the hyperlink?

Thanks!
 
Arjen,

The datagrid has ItemStyle and AlternatingItemStyles

<itemstyle HorizontalAlign="Left" VerticalAlign="Top"></itemstyle>

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top