• Resolved chris777uk

    (@chris777uk)


    hi everyone

    This forum has been a massive help to me already so thank you to those who help noobs like me

    Basically check out https://www.chrissayburn.com i want the “take me home” bit underneath the home section to look like the menu section with the > and grey highlight when you over over it – does anyone know what code to add?

    Thanks

    Chris

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter chris777uk

    (@chris777uk)

    oh and the dotted line too ??

    Thread Starter chris777uk

    (@chris777uk)

    sorry to be a pain but any help would be appreciated

    You just need to look at the source code to see what to do…

    <div id="sidebar">
    </ul>
      <h2>
        Home  </h2>
      <ul>
    <a href="https://chrissayburn.com/">Take me home</a>
    
     </ul>
    </h2>
    <ul>
          </ul>
      <h2>
        Menu  </h2>
      <ul>
        	<li class="cat-item cat-item-8"><a href="https://chrissayburn.com/category/challenge/" title="View all posts filed under Challenge">Challenge</a>
    </li>
    [cut]
      </ul>

    This is what you want it to look like
    <li><a href="https://chrissayburn.com/">Take me home</a></li>
    I’ve just wrapped the link in <li> tags

    As a side note, have a look at the source code, because tags used in the sidebar are not nested correctly.
    You’ve got empty tags, and tags that end but don’t start!

    Hope it helps

    Thread Starter chris777uk

    (@chris777uk)

    Brillaint thanks – cant believe its just something as simple as that

    re: the side note i’ve not got a clue about html so dont know what starts and ends where!

    <tag> starts
    </tag> ends

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to make something i’ve added look like the rest of the menu!’ is closed to new replies.