J
John A Grandy
when setting the InnerText property of a tag such as <span> , how to force a
line break?
Span1.InnerText = "some stuff" & vbCrLf & "some more stuff"
doesn't work ... the vbCrLf just shows up as a null-string
line break?
Span1.InnerText = "some stuff" & vbCrLf & "some more stuff"
doesn't work ... the vbCrLf just shows up as a null-string