[thelist] Line Break in Titles

lon.kraemer lwkraemer at directvinternet.com
Sun Aug 11 18:24:01 CDT 2002


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




More information about the thelist mailing list