I have been searching for an answer and trying different things without success. Could someone kindly let me know how to put spaces between two objects by using PHP code? (Please note: I use WordPress, in case that makes a difference.)
I know how to do so vertically with </br>
, but what is the horizontal equivalent to that?
Please note that I don't know a whole lot about code, so any detailed information you are able to provide is very much appreciated in advance - thank-you very much!
` or breaking two lines with `
` should be enough to put a horizontal break between 2 segments.