You are viewing our Forum Archives. To view or take place in current topics click here.
HTML Help Needed
Posted:

HTML Help NeededPosted:

Zexsou
  • Junior Member
Status: Offline
Joined: Jul 18, 20149Year Member
Posts: 62
Reputation Power: 2
Status: Offline
Joined: Jul 18, 20149Year Member
Posts: 62
Reputation Power: 2
Can someone explain to me why the first 2 links aren't able to be clicked? (inspect element on page to see the code) Thanks in advance.

[ Register or Signin to view external links. ]
#2. Posted:
Sys
  • TTG Senior
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
p1,p2,p3 aren't tags. I am assuming you are wanting to use <div class="NAME"></div>

Also do all your styling in the style.css document. Keeps it a little more tidy.

EDIT = Im trying to figure out why now. Your code is a little on the wonky side
#3. Posted:
Sys
  • TTG Senior
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
You are never closing your P tags. Also make sure you are using divs to control elements and not just random tag names.

I would just not use p tags in the first place to link text. Just style the a tags

Edit - My brain is gone with that one. Sorry about that
#4. Posted:
CriticaI
  • Summer 2018
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
the links work for me.
edit:
your links are going to the folders.
try something like this.
<a href="index.html">Link to index</a>
<a href="staff.html">Link to staff</a>
<a href="about.html">Link to about</a>
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.