I need some simple HTML help!

by 9 replies
11
Link: UGC Design (a little ugly atm)

The problem:
Go to page "video creator" as you can see, there are four functional tabs. (WHAT YOU WILL GET, ONLY WITH EXPLANIDO, NO EXPERIENCE REQUIRED, and TRY IT) Click these tabs so you get the idea of what they're supposed to do.

Go to page "landing pages". Only the tabs on the first page work. There are 3 more pages for the other 3 products on this website, however the tabs are not functional on the last 3 pages. All of the tabs are already open, and the information (that is supposed to be inside the tabs) is stacked on top of eachother.

Why are the tabs only working in the first page, and not the next 3?
#programming #debug #debugging #html
  • Answer of #2: It already changed, press ctrl+F5 or clear your browser cache and refresh the page.
    Answer of #3: Go to your styles.css(line 1903) file and change 80px to something lower.
    Find this code-snippet:
    #features .section-title
    {
    margin-bottom: 80px;
    }


    Don't forget to press the Thanks button please.
    • [ 1 ] Thanks
    • [1] reply
    • Thank you very much! But for #3, if I change the margin for .section-title, wouldn't that change the margin for all of the section.title/s? Including the other two that look fine.
      • [1] reply
  • Not trying to be smart but first thing that website says is "UGC is a small team of software developers"
    The questions you're asking are basic questions that any half decent web developer should know so perhaps you're heading in the wrong direction.
    • [1] reply
    • I couldn't help but notice that too. Maybe not heading in the wrong direction, maybe just needing some more learning, practicing, and honing your skills
      • [1] reply

Next Topics on Trending Feed