As I work on developing a website, my focus is currently on creating a simplistic navigation bar with links such as "home, gallery, about us," and more.
However, as I begin to code the navigation bar, I encounter gaps between the various links that are not supposed to be there. The ideal result should be a seamless connection from start to finish without any spaces. I am puzzled by this issue and expected the layout to appear like this:
----------------------------------
| home | about us | gallery | contact us |
----------------------------------
Instead, what I currently have is:
----- ---------- -------- -----------
| home | about us | gallery | contact us |
----- ---------- -------- -----------
To illustrate better without disclosing the actual page content, I provided these examples. Despite trying various methods such as setting the table width and height multiples times and ensuring all buttons measure 128 x 58 pixels, I continue to face these unwanted gaps. What could I possibly be doing incorrectly? For clarification and ease of analysis, you can view the navigation bar at this link:
Here is the accompanying code snippet: http://pastebin.com/4Dsv0ish