The Space function creates a string with the specified number of blank spaces.
<% ="Line above space." %>
<% =Space(13) %>
<% ="Line below space." %>
Line above space.
Line below space.
Note that HTML will only show one blank space on the same line.