Nesting elements

hasras5012
6 Posts
hasras5012 posted this 30 September 2021
Ask a Question

Hello, please is there a way elements can be nested? As in, having an image element inside a text/paragraph element or even creating nested list. So that the markup can be something like:

<p>
    <img src="" alt="" >
</p>

OR

<ul>
    <li>List 1
       <ol>
            <li>Num1</li>
       </ol>
    </li>
</ul>

Thank you.

Hello, please is there a way elements can be nested? As in, having an image element inside a text/paragraph element or even creating nested list. So that the markup can be something like: <p> <img src="" alt="" > </p> OR <ul> <li>List 1 <ol> <li>Num1</li> </ol> </li> </ul> Thank you.

Last edited 30 September 2021 by hasras5012

Vote to pay developers attention to this features or issue.
6 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 30 September 2021

Hi Emmanuel,

Thanks for contacting us

You can insert our HTML element in the block where you can implement your HTML tags on the Property Panel.

html-element.png

...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Emmanuel, Thanks for contacting us You can insert our HTML element in the block where you can implement your HTML tags on the **Property Panel.** !html-element.png! ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
hasras5012
6 Posts
hasras5012 posted this 30 September 2021

Hi Emmanuel,

Thanks for contacting us

You can insert our HTML element in the block where you can implement your HTML tags on the Property Panel.


...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Thanks for the quick response. I don't understand the work around you have provided but I will play around it. Regards.

> Hi Emmanuel, > > Thanks for contacting us > > You can insert our HTML element in the block where you can implement your HTML tags on the **Property Panel.** > > ![](https://resources.nicepage.com/636/57636/html-element.png) > ................................................... > Sincerely, > Ahmad M. > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp Thanks for the quick response. I don't understand the work around you have provided but I will play around it. Regards.
Support Team
Support Team posted this 30 September 2021

Sure :) Take your time to explore the Nicepage possibilities.

HTML element from the screenshot above you can use for custom coding.

If you want to use simple text or bulleted list/numbered list feel free to check the Text element.

qe54y3y.png

However, check the Nicepage features and let us know if you have any questions.

Thank you.
...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Sure :) Take your time to explore the Nicepage possibilities. HTML element from the screenshot above you can use for custom coding. If you want to use simple text or bulleted list/numbered list feel free to check the **Text** element. !qe54y3y.png! However, check the Nicepage features and let us know if you have any questions. Thank you. ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
hasras5012
6 Posts
hasras5012 posted this 30 September 2021

Sure :) Take your time to explore the Nicepage possibilities.

HTML element from the screenshot above you can use for custom coding.

If you want to use simple text or bulleted list/numbered list feel free to check the Text element.

However, check the Nicepage features and let us know if you have any questions.

Thank you.
...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Alright, noted. Thanks for this wonderful support so far.

> Sure :) Take your time to explore the Nicepage possibilities. > > HTML element from the screenshot above you can use for custom coding. > > If you want to use simple text or bulleted list/numbered list feel free to check the **Text** element. > > ![](https://resources.nicepage.com/637/57637/qe54y3y.png) > > However, check the Nicepage features and let us know if you have any questions. > > Thank you. > ................................................... > Sincerely, > Ahmad M. > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp Alright, noted. Thanks for this wonderful support so far.
hasras5012
6 Posts
hasras5012 posted this 01 October 2021

Sure :) Take your time to explore the Nicepage possibilities.

HTML element from the screenshot above you can use for custom coding.

If you want to use simple text or bulleted list/numbered list feel free to check the Text element.

However, check the Nicepage features and let us know if you have any questions.

Thank you.
...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Alright, noted. Thanks for this wonderful support so far.

Like I said, I actually played around and finally got your earlier explanation about the HTML element. So basically I added an HTML element and used a sample code like this:

 <ol>
 <li>One</li>
 <ul>
     <li>S1</li>
     <li>S2</li>
 </ul>
 <li>Two</li>
 </ol>

And yeah, it works. Thank you for your support NicePage !!.

> > Sure :) Take your time to explore the Nicepage possibilities. > > > > HTML element from the screenshot above you can use for custom coding. > > > > If you want to use simple text or bulleted list/numbered list feel free to check the **Text** element. > > > > ![](https://resources.nicepage.com/637/57637/qe54y3y.png) > > > > However, check the Nicepage features and let us know if you have any questions. > > > > Thank you. > > ................................................... > > Sincerely, > > Ahmad M. > > Nicepage Support Team > > > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > > Follow us on Facebook: http://facebook.com/nicepageapp > > Alright, noted. Thanks for this wonderful support so far. Like I said, I actually played around and finally got your earlier explanation about the HTML element. So basically I added an HTML element and used a sample code like this: <ol> <li>One</li> <ul> <li>S1</li> <li>S2</li> </ul> <li>Two</li> </ol> And yeah, it works. Thank you for your support NicePage !!.
Support Team
Support Team posted this 01 October 2021

Hi Emmanuel,

Remarkably. We glad that we could help :)

Let us know if you have any questions, or require any further assistance.

Thank you.
...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Emmanuel, Remarkably. We glad that we could help :) Let us know if you have any questions, or require any further assistance. Thank you. ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments