PDA

View Full Version : Adding a space between code


Krusty1231
10-31-2013, 04:51 PM
I have a few lines under my navbar on forumhome. One add-on in particular lays atop my Chatbox a little to closely.

I wanted to create a space between the two mods.

I added this between the codes.

 

Is that the proper way to do it in VB? I followed a guide using WordPress but am wondering if I did it right?

It does work, but like to know I am using the right way.

Thanks in advance for any replies.

Elite_360_
10-31-2013, 05:11 PM
I have a few lines under my navbar on forumhome. One add-on in particular lays atop my Chatbox a little to closely.

I wanted to create a space between the two mods.

I added this between the codes.

 

Is that the proper way to do it in VB? I followed a guide using WordPress but am wondering if I did it right?

It does work, but like to know I am using the right way.

Thanks in advance for any replies.

this is a non breaking space if they are side by side use this
 



this will break a new line if one on top and one on bottom use this

<br>

ozzy47
10-31-2013, 06:08 PM
<br> should be, <br />

Elite_360_
11-01-2013, 12:24 AM
<br> should be, <br />

your right should be, <br /> for it to work in XHTML documents