HTML 5 Help.

Discussion in 'Web Programming' started by Im Expired, Aug 22, 2013.

HTML 5 Help.
  1. Unread #1 - Aug 22, 2013 at 6:56 AM
  2. Im Expired
    Joined:
    Nov 18, 2007
    Posts:
    763
    Referrals:
    0
    Sythe Gold:
    0

    Im Expired Apprentice
    Banned

    HTML 5 Help.

    Hello I need a little help since i cant get this Simple Code to work and im unsure if im doing something wrong due to ive never played with HTML 5


    what im trying to do is Make the " Community " Link active to vist another webpage

    here is the code i have

    Code:
    					<!-- Nav -->
    						<nav id="nav">
    							<ul>
    								<li><a href="#top" id="top-link" class="skel-panels-ignoreHref"><span class="icon icon-home">News</span></a></li>
    								<li><a href="#vote" id="vote-link" class="skel-panels-ignoreHref"><span class="icon icon-th">Vote</span></a></li>
    								<li><a href="#store" id="store-link" class="skel-panels-ignoreHref"><span class="icon icon-dollar">Store</span></a></li>
    								<li><a href="#play" id="play-link" class="skel-panels-ignoreHref"><span class="icon icon-download-alt">Play</span></a></li>
    								<li><a href="#community" id="community-link" class="skel-panels-ignoreHref"><span class="icon icon-comment">Community</span></a></li>
    							</ul>
    						</nav>
    						
    				</div>
    				


    The part i tried to edit was this

    Code:
    <li><a href="www.sythe.org/community/" id="community-link" class="skel-panels-ignoreHref"><span class="icon icon-comment">Community</span></a></li>
    Yet nothing happens i can not click the link what so ever. if i right click and go Open new tab it will take me to the site but thats about it.


    Cheers for the help.


    NOTE:I need to use this Code. as its the code that works with my Nav bar.
    Code:
    <li><a href="www.sythe.org/community/" id="community-link" class="skel-panels-ignoreHref"><span class="icon icon-comment">Community</span></a></li>
     
  3. Unread #2 - Aug 22, 2013 at 11:39 PM
  4. Ryan
    Joined:
    Mar 14, 2006
    Posts:
    2,946
    Referrals:
    31
    Sythe Gold:
    56

    Ryan Hopeless Romantic
    Banned

    HTML 5 Help.

    A few things.

    When linking to an external site, I'd always use http:// in front of any URL, so "http://www.sythe.org/community/". Also, it has the class "skel-panels-ignoreHref". Perhaps the ignore href has something to do with it.
     
< Twitter Bots | Anyone Good with IPB? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site