【发布时间】:2011-03-25 15:40:48
【问题描述】:
我试图寻找一种可能的解决方案,但目前还没有找到。你能帮我看看如何在图像上添加文本。 下面是我的代码,我希望 lblWelcome 和 lblUsername 出现在图像上。
<img alt="Logo" src="../Resources/Images/Header.gif" style="height: 70px; width: 1000px;"/>
<asp:Label ID="lblWelcome" runat="server" Text="Welcome " CssClass="HeaderMenuText"></asp:Label>
<asp:Label ID="lblUsername" runat="server" CssClass="HeaderMenuText" Text=""></asp:Label>
如果有人可以帮助我,我会很高兴。
TIA, 苏
【问题讨论】: