html - Dash between elements of a list -


this first question here apologies if has been answer somewhere else, could't find related entry.

basically have horizontal list has dashes between elements. how target , remove these dashes?

here code: http://fiddle.jshell.net/5rbkbm5w/1/

your <a> tags not closed, causing white space underlined, showing underline seemingly no reason.

close tags: <li><a href="#">maps</a></li>


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -