First attachment is a visual description of these challenges, the second is a .txt file including the code I inserted. The help I need involves advice on how to change to code [as shown in .txt file] to address the issues that are shown in the image.
I'd be over the moon if anyone could take a look at this and responds to me with a solution.
I seriously think this will be a two-minute doddle for anyone who knows just ten grams more about HTML than I do...
Check your divs. Oh and the nav bar floats right because:
nav { float: right; width: 30%; }
And <header>< <footer>, <section> and <nav> are new in HTML5, so will be ignored by IE8 and below. I think it is premature to use them, particularly as a <div> will suffice!!!
Bookmarks