Bubble.io for Beginners: Integrating HTML & CSS|Real examples

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025
  • НаукаНаука

Комментарии • 16

  • @bianca.l.silva0508
    @bianca.l.silva0508 9 месяцев назад +1

    Thanks so much for sharing

  • @nik4712
    @nik4712 Год назад +1

    Thank you for the demonstration !!

  • @mmendezgracia
    @mmendezgracia Год назад +1

    thanks for video really useful

  • @lipegranado
    @lipegranado Год назад +1

    Awesome video!
    Can you help me? I need create a special text editor in Bubble. My questions is:
    1. Can I create a button and this button put the text bold?
    2. Can I make HTML changes in a Multiline Input (like a textarea element)?
    3. Can I create the HTML structure in a HTML element and use dynamic data from Bubble at same time?
    Thanks in advance!

    • @nikitanocode
      @nikitanocode  Год назад

      Hi, yes, you can do the same things in bubble like in original coding

  • @serick_prime
    @serick_prime Год назад +1

    Очень полезное видео, спасибо!

  • @mmendezgracia
    @mmendezgracia Год назад +1

    Hi Nikita, just a question, Im trying beside to add style with css to reusable elemente into a RG, but the problem is only the first box is changed with the style. Im following your video but its not working. The only place to add an ID attribute class is in the first box in the RG.. Do you now what is the problem?

    • @nikitanocode
      @nikitanocode  Год назад +1

      Hi, I think you need to apply the CSS class directly to the individual element(s) contained within the reusable component, rather than applying it to the entire reusable component that's embedded in the Repeating Group. Like this each cell should have that class.

  • @UnihouseProduction
    @UnihouseProduction Год назад

    Никита, благодарю за видео. Ты не мог бы мне подсказать по одному вопросу связанному с тем чтобы редактировать html код и отображаемый элемент на bubble? Я готов заплатить за консультацию.

  • @philipppo1991
    @philipppo1991 Год назад +1

    Thank you so much for the video, really helped out a lot!

    • @nikitanocode
      @nikitanocode  Год назад

      Thank you, I am glad to hear it! Hope all other videos will be helpful as well.

  • @kunalsuradkar7975
    @kunalsuradkar7975 Год назад

    Great video!
    how to add the JS code along with html and css?

    • @nikitanocode
      @nikitanocode  Год назад

      Thanks, try toolbox plugin it allows you to run JavaScript.