One line horizontal menu breaks up when using id element for separation from other code.
The code below creates a one line menu using a header text plugin in WP but it breaks the styles in the rest of the home page. I am trying to use the #hmenu id element to limit the styling to just the hmenu section. When I remove the remarks to activate the #hmenu element it turns into a verticle menu?
Any help will be appreciated as I am new to CSS styling. Thanks and regards, Kerry McNally
<!DOCTYPE html> <html> <head> <style> /*#hmenu{*/ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #3082AB; } li {
