Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9246281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:27:21+00:00 2026-06-18T09:27:21+00:00

I’m designing my first website (for a start-up IT support company) and I have

  • 0

I’m designing my first website (for a start-up IT support company) and I have run into some issues in my learning. Problems are:

  1. When I try to put a border around my nav element, it moves the nav box down the side to where it’s still on the left, but below the the main (article?) section of the webpage. It also makes the border around my main header part thicker (only the side where the nav box is).

  2. I cannot get the footer to align with the article section (even though both are supposed to be aligned to the center. I suspect the footer is not aligning because the nav box is changing the “center” alignment of the article).

P.S. I don’t understand why this post is being downvoted into oblivion… I haven’t found the answer to this question anywhere else, nor do I think it is a senseless one.

Here is the jsfiddle for my site: http://jsfiddle.net/EchoedTruth/a4CLL/

 `$` <nav style="background-color: red">
        <table> 


   <ul>
   <tr> 
   <td><li><a href="BTSMain.html"><b>Home</b> </a></li></td> 
   </tr> 
   <tr>
   <td> <li><a href="BTSServices.html"><b>Services We Offer</b></a></li>
   </td>
   </tr> 
   <tr>
   <td>
   <li><a href="BTSAboutUs.html"><b>About Our Company</b></a></li> 
   </td>
   </tr>
   <tr>
   <td>
   <li><a href="BTSTestPage.html"><b>Testing Page</b></a></li> 
   </td>
   </tr>
   <tr><td><li><a href="BTSTestPage2.html"><b>Testing Page 2</b></a></li></td></tr>

   </ul>
   </table>
    </nav>

    `$`
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:27:22+00:00Added an answer on June 18, 2026 at 9:27 am

    The code within your NAV element is invalid HTML.

    You have this which is just all sorts of wrong:

    <table>
    <ul>
    <tr> 
       <td><li><a href="BTSMain.html"><b>Home</b> </a></li></td> 
       </tr> 
       <tr>
       <td> <li><a href="BTSServices.html"><b>Services We Offer</b></a></li>
       </td>
       </tr> 
       <tr>
       <td>
       <li><a href="BTSAboutUs.html"><b>About Our Company</b></a></li> 
       </td>
       </tr>
       <tr>
       <td>
       <li><a href="BTSTestPage.html"><b>Testing Page</b></a></li> 
       </td>
       </tr>
       <tr><td><li><a href="BTSTestPage2.html"><b>Testing Page 2</b></a></li></td></tr>
    
       </ul>
       </table>
    

    Try changing it to this:

    <nav>
      <ul>
        <li><a href="BTSMain.html">Home</a></li>
        <li><a href="BTSServices.html">Services We Offer</a></li>
        <li><a href="BTSAboutUs.html">About Our Company</a></li> 
        <li><a href="BTSTestPage.html">Testing Page</a></li> 
        <li><a href="BTSTestPage2.html">Testing Page 2</a></li>
      </ul>
    </nav>
    

    The reason your NAV element is moving out of place when you add a border will probably be because adding the border gives the NAV element a larger width.

    e.g if your NAV element is 300px wide and you give it a border of 1px that will make the NAv element 302px.

    Read up on the HTML Box Model to understand this better.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
For some reason, after submitting a string like this Jack’s Spindle from a text
I used javascript for loading a picture on my website depending on which small
Specifically, suppose I start with the string string =hello \'i am \' me And
I have a small JavaScript validation script that validates inputs based on Regex. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.