from design to real app / does not work properly

Hi all,

I was trying introductions on following page to get my design from online designer to my desktop.

docs.dhtmlx.com/designer__from_ … gnintopage

First I created index.html and copied the base code (pic1) as it’s said. Then I deleted yellow parts because index.html is in the same adress (pic 2).
Pic 1: i.imgur.com/2TJ0iPE.jpg
Pic 2: i.imgur.com/Lllcs73.jpg

I paste the code from online designer then paste it where it says “//Here you’ll put code of your application”.
Then I corrected following links by deleting yellow “./” parts in the pic 3.

Pic 3: i.imgur.com/MXBHC1i.jpg

End here is the result : i.imgur.com/wStE8q3.jpg

I am very new on this and any help will be appreciated. :unamused:

most probably the dhtmlx.css file is not included on your page.
Please, check the content of your “codebase/” directory.

If the problem still occurs for you could you please, share with a demo link, or provide with a complete demo, where the problem can be reconstructed locally.

Solved! It was the css cousing problem as you said. Many thanks!! :slight_smile: