Results 1 to 1 of 1

Thread: [HTML] Whitespace after new line

  1. #1
    Reemer's Avatar
    Joined
    Dec 2011
    Posts
    639
    Userbars
    8
    Thanks
    364
    Thanked
    446/256
    DL/UL
    39/0
    Mentioned
    203 times
    Time Online
    4d 13h 47m
    Avg. Time Online
    1m

    [HTML] Whitespace after new line

    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
    HTML Code:
    <br/>rehgrjdtk
    :krthgerkjhk
    <br/>hdsfdskj
    :krghegk
    but it appears as
    HTML Code:
    rehgrjdtk :krthgerkjhk
    hdsfdskj :krghegk
    when I want it to look like this
    HTML Code:
    rehgrjdtk:krthgerkjhk
    hdsfdskj:krghegk
    Any easy way to get around that?

    Edit: Actually I figured this out :p
    This can be closed
    Last edited by Reemer; 01-03-2012 at 06:51 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •