Jump to content

Samurai Fox

Members
  • Posts

    23
  • Joined

  • Last visited

Samurai Fox's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. New topic link: http://w3schools.invisionzone.com/index.php?showtopic=49665
  2. How to grant access to only selected passcode? And to need to login into Disqus profile ( http://disqus.com/ ). 1.- So I give user a passcode that he than uses to access member-only stuff (so, it's a closed site) 2.- and later on he uses his/her Disqus profile to be part of community. 3.-and to have pc/ device remember that passcode was already inputted (like on Steam where you have to give you pc/ device a name) Thank you
  3. How to grant access to only selected passcode? And to need to login into Disqus profile ( http://disqus.com/ ). 1.- So I give user a passcode that he than uses to access member-only stuff (so, it's a closed site) 2.- and later on he uses his/her Disqus profile to be part of community. 3.-and to have pc/ device remember that passcode was already inputted (like on Steam where you have to give you pc/ device a name) Thank you
  4. So this: <ul><li class="page_item page-item-1"> <a href="./">Home</a> <li class="page_item page-item-2 page_item_has_children current_page_ancestor current_page_parent"> <a href="game/">Game</a> <li class="page_item page-item-3"> <a href="shape/">Shape</a> <li class="page_item page-item-4"> <a href="journey/">Journey</a> </ul> or this only: <a href="./">Home</a><a href="game/">Game</a><a href="shape/">Shape</a><a href="journey/">Journey</a>
  5. Than what's wrong here? <ul> <li class="page_item page-item-1"> <a href="http://scrapelight.com/">Home</a></li> <li class="page_item page-item-2 page_item_has_children current_page_ancestor current_page_parent"> <a href="http://scrapelight.com/game/">Game</a></li> <li class="page_item page-item-3"> <a href="http://scrapelight.com/shape/">Shape</a></li> <li class="page_item page-item-4"> <a href="http://scrapelight.com/journey/">Journey</a></li> </ul>
  6. When still developing site, so while your site still isn't online...can you live preview opening link in your site to your site (i.e. from website.com to website.com/contact) ?
  7. ok...thanks one more thing...footer is responsive with this code and I don't know why. Its responsive when I size down my window, but when in fullscreen...it's like this: #footer {line-height: 96px;border-top-width: 4px;padding-bottom: 4px;border-top-style: solid;border-top-color: #202020;color: #FFF;text-align: center;background-color: #000;font-size: 1.em;}{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
  8. it doesn't work...but does it maybe look better like this? btw...this, when I remove float from <li>
  9. Now only the red bar is problem because float didn't do anything (when I removed it). This may help...when I click on ".home-title"(which is for "Game" title) in Brackets (editor) it Live-previews what that ".home title" is:
×
×
  • Create New...