Help required de-tabling my header

Yes the span could be removed and the display:inline-block applied to masternav instead.

#masternav {    display: inline-block;vertical-align:middle}

I can’t see a problem with doing this:

<a href="/?action=submit-a-link" class="navlink"><b>Submit A Link</b></a>

Then css:

#masternav > li > a.navlink,
#masternav > li > a.navlink:visited{color:#fff}

You could also do away with the b element if you wanted and just set font-weight:bold in the class above.

Hi there guys,

I just wanted to share this:

The warning seems to have nothing to do with the site and just a note stating that the HTML5 validator is experimental.

Of course, this is only the summary display page. My link display page is still quite the mess so I need to do a bit of work to get it both valid and more responsive.

I just wanted to say thanks so much to everyone that helped me clean up the mess I made. It was an incredibly educational experience. I’ve been married to tables since I started playing with this 20 years ago. I’ve still got a lot to learn before I completely lose my dependence on them, but I think it’s a great start.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.