Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ,

    Could you please more specific ? Do you want the tips`s main title listed in the bottom and when clicking any of them its need to point the screen to particular tip details right ?

    Thread Starter robertweb

    (@robertweb)

    Let me try to explain it better.

    Title
    text
    image
    text
    < list of 5 tips with a link to the particular tip >
    text
    tip 1
    text…
    tip 2

    etc.

    Ok you can achieve it by using id.
    Please add the id attributes to each heading tags for example

    <h2 id="tip1"><strong>TIP 1:</strong> Boost Your Knowledge Before Baby Arrives</h2>
    <h2 id="tip2"><strong>TIP 2: </strong>Pick Up Only Must-Have Supplies</h2>

    Pleas do same for the all tips heading tags.

    After please create a list in th bottom and use the is in the a tag href attribute .

    For example:

    <a href="#tip1">TIP 1: Boost Your Knowledge Before Baby Arrives</a><br/>
    <a href="#tip2">TIP 2: Pick Up Only Must-Have Supplies</a>
    • This reply was modified 7 years, 9 months ago by sumithsuku11.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create a list of tips?’ is closed to new replies.