|
Post by Michael on Mar 9, 2005 21:13:29 GMT -5
Hey, I'm trying to put the Random Affiliates code in and I want there to be a space between the heading and all.... what is the code for a line break?
|
|
|
Post by lhw on Mar 9, 2005 21:18:04 GMT -5
I think what you're looking for is <br>.
Example 1:
This is a test.<br>This is also a test.
Will result in:
This is a test. This is also a test.
Example 2:
This is a test.<br><br>This is also a test.
Will result in:
This is a test.
This is also a test.
Is this what you need?
|
|
|
Post by Michael on Mar 9, 2005 21:28:03 GMT -5
YES! Thanks!
|
|
|
Post by lhw on Mar 9, 2005 21:30:44 GMT -5
Glad to be of service. ;D
|
|