Odd Line in Editor

Odd Line in Editor

MustangProgrammerMustangProgrammer Posts: 16Questions: 5Answers: 0

I have a line cutting through the field of the editor. Any Idea of how to remove it?

It seems to be part of:

<

div data-dte-e="body" class="DTE_Body modal-body">

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    It looks like the field maybe doesn't have enough height for what like like a boarder. Perhaps there are floats which aren't clearing.

    Can you give me a link to a page demonstrating the issue so I can debug it please?

    Allan

  • MustangProgrammerMustangProgrammer Posts: 16Questions: 5Answers: 0

    I can't, it's on our internal site. Let me see if I can recreate it using our public site.

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Thank you.

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin
    Answer ✓

    Thanks! It looks like the Editor / Bootstrap 3 CSS isn't being loaded.

    I think you need to add the following to your HTML:

    <link rel="stylesheet" href="css/editor.bootstrap.min.css" />
    

    The Editor / Bootstrap 3 Javascript however is being loaded in the datatables.js file, so that is already present (hence why yo are getting the Bootstrap modal, just not quite the styling for it).

    Regards,
    Allan

  • MustangProgrammerMustangProgrammer Posts: 16Questions: 5Answers: 0

    OMG, what a rookie mistake.... :p

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Meh - its easy done and I've done it myself.

    The download builder is the best way to make sure you get all the files you need (and only the files you need!).

    Allan

Sign In or Register to comment.