[thelist] Line Break in Titles

jon steele jjsteele22 at yahoo.com
Sun Aug 11 20:31:01 CDT 2002


Alternative (js enabled only)

<a href="file.html" onmouseover="this.title='title\nwith\nbreak'">link2</a>

--- "lon.kraemer" <lwkraemer at directvinternet.com> wrote:
> > Is it possible to add line breaks in the titles of links and images?
>
> Here's two ways I know of:
> #1 Using ASP.
> <% title="This title " & vbCrLf & "should break" %>
> <a href="file.html" title="<%= title %>">link1</a>
>
> #2 A hard return in your actual markup.
> <a href="file.html" title="This title
> should break
> twice">link2</a>
>
> --
> Lon Kraemer
> -----------------------------------------
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



More information about the thelist mailing list