If we have
tag between
tag it is giving more space on the page.
Please see my example:
[html]
Welcome Back Scott Seward (scott@tuesday.com). Not Scott? click here
(br tag)
This page allows you to check your status and make any updates.
[/html]
This should be displayed as below:
Welcome Back Scott Seward (scott@tuesday.com). Not Scott? click here.
This page allows you to check your status and make any updates.
But it is giving more space as below.
Welcome Back Scott Seward (scott@tuesday.com). Not Scott? click here.
This page allows you to check your status and make any updates.
Please let me know what is the issue?