ASP. NET Tricks & Tip: About Tooltip (title) line feed

Source: Internet
Author: User

ASP. NET tricks & tip: About tooltip (title)
We know that there are at least two ways to wrap the title of a common HTML element:

1. Write the title text Branch

<A href = "#" Title = "Hello
World "> Hello World </a>
2. Insert line feed characters

<A href = "#" Title = "Hello & 10; World"> Hello World </a>
Or
<A href = "#" Title = "Hello & 13; World"> Hello World </a>
10 and 13 are the acii decimal values of the linefeed and carriage return respectively.
 
If you need to set the title (actually the tooltip attribute) for webcontrol,
Instead, you only need to insert the built-in line breaks in the programming language, such as C # insert \ n

<Asp: hyperlink id = "hyperlink1" runat = "server"> hyperlink </ASP: hyperlink>

Hyperlink1.tooltip = "Hello \ nworld ";

If you still enter & 10; or & 13; Asp.net, & is automatically encoded as & amp ;.

This is just a little trick. If you don't pay attention to it, you won't be able to figure out the effect for the last half of the day. It should be & #10; or & #13 ;.

 

This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/21aspnet/archive/2007/03/22/1537004.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.