|
|
Q5820 How do I insert a hard break into the HTML/text my ASP produces?
irt.org | Knowledge Base | ASP | Q5820 [ previous next ] Q5820 How do I insert a hard break into the HTML/text my ASP produces?The VBScript expression vbCrLf can be appended to text strings to add a carriage return (Cr) and line feed (Lf) or ASCII character 13 and 10, respectively.
|
-- div -->
|