You are viewing our Forum Archives. To view or take place in current topics click here.
HTML Help Needed
Posted:
HTML Help NeededPosted:
Status: Offline
Joined: Jul 18, 201410Year Member
Posts: 62
Reputation Power: 2
Status: Offline
Joined: Jul 18, 201410Year Member
Posts: 62
Reputation Power: 2
#2. Posted:
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
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
- 0useful
- 0not useful
#3. Posted:
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
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
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,749
Reputation Power: 452
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,749
Reputation Power: 452
the links work for me.
edit:
your links are going to the folders.
try something like this.
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>
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.