General

Tech

Anyone have knowledge of Css and Html?

So I'm doing my final project for my web design class, and I am stumped here. I'm trying to get my nav section into the header grey bar, but once I give the logo margins to fit in the header the nav buttons are moved down there. Halp

http://webdesign4.georgianc.on.ca/~200203355/AmanaWeb/index.html

November 10, 2013

4 Comments • Newest first

fun2killu

try replacing <li id="link1"> with <a class = "nav" href = "...."> text </a>

<li id="link1"><a hr3f="index.html">Home</a></li> = <a class = "nav" hr3f = "index.html"> home </a>

Reply November 10, 2013 - edited
JamesInNinja

[quote=fun2killu]are you missing a </div>?[/quote]
Nope, I think it's because I'm trying to get my NAV beside my H1, gotta find the right wrapper settings or something.

[quote=RazorNion]Are you using Dreamweaver?[/quote]
Yes, but I'm previewing it from the web.

Reply November 10, 2013 - edited
RazorNion

Are you using Dreamweaver?

Reply November 10, 2013 - edited
fun2killu

are you missing a </div>?

Reply November 10, 2013 - edited