PDA

View Full Version : [HTML] Whitespace after new line



Reemer
01-03-2012, 05:15 PM
Hey there, I'm having troubles with this white space after a new line in the code of my HTML. I'm making a list converter and saving it as an HTML, but it's making this white space. Here's what the code looks like

<br/>rehgrjdtk
:krthgerkjhk
<br/>hdsfdskj
:krghegk
but it appears as

rehgrjdtk :krthgerkjhk
hdsfdskj :krghegk
when I want it to look like this


rehgrjdtk:krthgerkjhk
hdsfdskj:krghegk
Any easy way to get around that?

Edit: Actually I figured this out :p
This can be closed