• cythera

    (@cythera)


    I installed MyMooMus today, and it is working as it should… But there is a line break (damn line breaks, lol) between my heading and it.
    Is there a way to get rid of it? I think I’ve found the right code for it in the mymoomus.php file, but I don’t know how to edit it.

    $formOutput.='<br />'.$this->labeltwo.'&nbsp <input type="text" name="mymusic" id="mymusic" size="25" value="'.$myMusic.'" /> '.__('', 'mymusic') ;

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • niziol

    (@niziol)

    A line break in PHP is “\n” and in HTML code it’s just an enter, so if the plug-in’s output is all via PHP, fine the “\n” or just get rid of the new line in the HTML code.

    Cheers,
    Michael.

    Thread Starter cythera

    (@cythera)

    Since the mymoomus.php file is all that was extracted from the zip file that I downloaded, I assume that it’s all runned by that file. But I have no idea what I should edit.

    The code I wrote in my first post is (I assume) what prints the “Music – song” line in the blog, but there is no “\n” near that code… Hmm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MyMooMus’ is closed to new replies.