How to move anchor elements in unwanted placesHow to horizontally center a <div>?How to make div not larger than its contents?How do I give text or an image a transparent background using CSS?How to disable text selection highlightingHow to check whether a checkbox is checked in jQuery?How to move an element into another element?How to make a div 100% height of the browser windowClick through div to underlying elementsHow to disable resizable property of textarea?How do I vertically center text with CSS?

What are the electrical characteristics of a PC gameport?

Heuristic argument for the Riemann Hypothesis

How to encrypt the .viminfo file and still get Vim to read it?

Displaying Time in HH:MM Format

Can a system of three stars exist?

How would a disabled person earn their living in a medieval-type town?

Is it good practice to speed up and slow down where not written in a song?

Can a human variant take proficiency in initiative?

Polarity of gas discharge tubes?

Does the telecom provider need physical access to the SIM card to clone it?

Can a country avoid prosecution for crimes against humanity by denying it happened?

Why is it hard for a neural network to learn the identity function?

Fishing from underwater domes

What is the motivation behind designing a control stick that does not move?

New coworker has strange workplace requirements - how should I deal with them?

Blogging in LaTeX

How does the search space affect the speed of an ILP solver?

How can I modify a line which contains 2nd occurence of a string?

How to use a tikzpicture as a node shape

Why wasn't Linda Hamilton in T3?

Cheap oscilloscope showing 16 MHz square wave

Why are direct proofs often considered better than indirect proofs?

Given a specific computer system, is it possible to estimate the actual precise run time of a piece of Assembly code

Divide Numbers by 0



How to move anchor elements in unwanted places


How to horizontally center a <div>?How to make div not larger than its contents?How do I give text or an image a transparent background using CSS?How to disable text selection highlightingHow to check whether a checkbox is checked in jQuery?How to move an element into another element?How to make a div 100% height of the browser windowClick through div to underlying elementsHow to disable resizable property of textarea?How do I vertically center text with CSS?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















My website is providing anchor elements over about 100 pixels and 10 pixels from where I want them and there are too many. Can anyone fix this? I only want two.



I've reviewed my code and there are no more than wanted anchor tags. I don't know what I should do.



<footer class="w3-container">
<p>Made with <a href="https://www.w3schools.com/w3css/default.asp">W3.CSS</a> || <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</button></p>
</footer>


I expect two anchor but there are at least three. I don't know if this is just my computer or a program flaw.










share|improve this question





















  • 1





    There doesn't seem to be any alignment issues with the code sample you have provided. Please ensure you have provided a minimal, complete, and verifiable example of the problem (in the question itself), along with clearly stating what your desired result is. For further information, please refer to the help article regarding how to ask good questions, and take the tour of the site :)

    – Obsidian Age
    Mar 28 at 1:09












  • Please do not expect us to go to your website and join it to figure out where your code error is. Add enough of the related code to your question so that we can see the issue. Then we'd be glad to help. Otherwise, this looks more like spam than a question. (thx)

    – elbrant
    Mar 28 at 1:32











  • Check the second <a> tag, you've got a closing </button> instead of </a> that could result in some weirdness?

    – BugsArePeopleToo
    Mar 28 at 1:58

















0















My website is providing anchor elements over about 100 pixels and 10 pixels from where I want them and there are too many. Can anyone fix this? I only want two.



I've reviewed my code and there are no more than wanted anchor tags. I don't know what I should do.



<footer class="w3-container">
<p>Made with <a href="https://www.w3schools.com/w3css/default.asp">W3.CSS</a> || <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</button></p>
</footer>


I expect two anchor but there are at least three. I don't know if this is just my computer or a program flaw.










share|improve this question





















  • 1





    There doesn't seem to be any alignment issues with the code sample you have provided. Please ensure you have provided a minimal, complete, and verifiable example of the problem (in the question itself), along with clearly stating what your desired result is. For further information, please refer to the help article regarding how to ask good questions, and take the tour of the site :)

    – Obsidian Age
    Mar 28 at 1:09












  • Please do not expect us to go to your website and join it to figure out where your code error is. Add enough of the related code to your question so that we can see the issue. Then we'd be glad to help. Otherwise, this looks more like spam than a question. (thx)

    – elbrant
    Mar 28 at 1:32











  • Check the second <a> tag, you've got a closing </button> instead of </a> that could result in some weirdness?

    – BugsArePeopleToo
    Mar 28 at 1:58













0












0








0








My website is providing anchor elements over about 100 pixels and 10 pixels from where I want them and there are too many. Can anyone fix this? I only want two.



I've reviewed my code and there are no more than wanted anchor tags. I don't know what I should do.



<footer class="w3-container">
<p>Made with <a href="https://www.w3schools.com/w3css/default.asp">W3.CSS</a> || <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</button></p>
</footer>


I expect two anchor but there are at least three. I don't know if this is just my computer or a program flaw.










share|improve this question
















My website is providing anchor elements over about 100 pixels and 10 pixels from where I want them and there are too many. Can anyone fix this? I only want two.



I've reviewed my code and there are no more than wanted anchor tags. I don't know what I should do.



<footer class="w3-container">
<p>Made with <a href="https://www.w3schools.com/w3css/default.asp">W3.CSS</a> || <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</button></p>
</footer>


I expect two anchor but there are at least three. I don't know if this is just my computer or a program flaw.







html css






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 21:34

























asked Mar 28 at 1:06







user11269277

















  • 1





    There doesn't seem to be any alignment issues with the code sample you have provided. Please ensure you have provided a minimal, complete, and verifiable example of the problem (in the question itself), along with clearly stating what your desired result is. For further information, please refer to the help article regarding how to ask good questions, and take the tour of the site :)

    – Obsidian Age
    Mar 28 at 1:09












  • Please do not expect us to go to your website and join it to figure out where your code error is. Add enough of the related code to your question so that we can see the issue. Then we'd be glad to help. Otherwise, this looks more like spam than a question. (thx)

    – elbrant
    Mar 28 at 1:32











  • Check the second <a> tag, you've got a closing </button> instead of </a> that could result in some weirdness?

    – BugsArePeopleToo
    Mar 28 at 1:58












  • 1





    There doesn't seem to be any alignment issues with the code sample you have provided. Please ensure you have provided a minimal, complete, and verifiable example of the problem (in the question itself), along with clearly stating what your desired result is. For further information, please refer to the help article regarding how to ask good questions, and take the tour of the site :)

    – Obsidian Age
    Mar 28 at 1:09












  • Please do not expect us to go to your website and join it to figure out where your code error is. Add enough of the related code to your question so that we can see the issue. Then we'd be glad to help. Otherwise, this looks more like spam than a question. (thx)

    – elbrant
    Mar 28 at 1:32











  • Check the second <a> tag, you've got a closing </button> instead of </a> that could result in some weirdness?

    – BugsArePeopleToo
    Mar 28 at 1:58







1




1





There doesn't seem to be any alignment issues with the code sample you have provided. Please ensure you have provided a minimal, complete, and verifiable example of the problem (in the question itself), along with clearly stating what your desired result is. For further information, please refer to the help article regarding how to ask good questions, and take the tour of the site :)

– Obsidian Age
Mar 28 at 1:09






There doesn't seem to be any alignment issues with the code sample you have provided. Please ensure you have provided a minimal, complete, and verifiable example of the problem (in the question itself), along with clearly stating what your desired result is. For further information, please refer to the help article regarding how to ask good questions, and take the tour of the site :)

– Obsidian Age
Mar 28 at 1:09














Please do not expect us to go to your website and join it to figure out where your code error is. Add enough of the related code to your question so that we can see the issue. Then we'd be glad to help. Otherwise, this looks more like spam than a question. (thx)

– elbrant
Mar 28 at 1:32





Please do not expect us to go to your website and join it to figure out where your code error is. Add enough of the related code to your question so that we can see the issue. Then we'd be glad to help. Otherwise, this looks more like spam than a question. (thx)

– elbrant
Mar 28 at 1:32













Check the second <a> tag, you've got a closing </button> instead of </a> that could result in some weirdness?

– BugsArePeopleToo
Mar 28 at 1:58





Check the second <a> tag, you've got a closing </button> instead of </a> that could result in some weirdness?

– BugsArePeopleToo
Mar 28 at 1:58












2 Answers
2






active

oldest

votes


















0















What are you using to create the page? Also, your link element should close with the same tag. Like this:



<a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</a>





share|improve this answer
































    0















    I've reviewed your code. It looks like you are closing your second anchor tag with a </button>. Replace the </button> with </a>, a closing anchor tag.



    The code you have provided only has two anchor tags, but your complaint is that there are "at least three." It seems like we are missing some of your code.



    Also, in terms of positioning and sizing, you can reference these resources to start:
    https://www.w3schools.com/css/css_positioning.asp



    https://www.w3schools.com/cssref/pr_dim_width.asp






    share|improve this answer



























      Your Answer






      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388720%2fhow-to-move-anchor-elements-in-unwanted-places%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown
























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0















      What are you using to create the page? Also, your link element should close with the same tag. Like this:



      <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</a>





      share|improve this answer





























        0















        What are you using to create the page? Also, your link element should close with the same tag. Like this:



        <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</a>





        share|improve this answer



























          0














          0










          0









          What are you using to create the page? Also, your link element should close with the same tag. Like this:



          <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</a>





          share|improve this answer













          What are you using to create the page? Also, your link element should close with the same tag. Like this:



          <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</a>






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 28 at 1:15









          TimTim

          314 bronze badges




          314 bronze badges


























              0















              I've reviewed your code. It looks like you are closing your second anchor tag with a </button>. Replace the </button> with </a>, a closing anchor tag.



              The code you have provided only has two anchor tags, but your complaint is that there are "at least three." It seems like we are missing some of your code.



              Also, in terms of positioning and sizing, you can reference these resources to start:
              https://www.w3schools.com/css/css_positioning.asp



              https://www.w3schools.com/cssref/pr_dim_width.asp






              share|improve this answer





























                0















                I've reviewed your code. It looks like you are closing your second anchor tag with a </button>. Replace the </button> with </a>, a closing anchor tag.



                The code you have provided only has two anchor tags, but your complaint is that there are "at least three." It seems like we are missing some of your code.



                Also, in terms of positioning and sizing, you can reference these resources to start:
                https://www.w3schools.com/css/css_positioning.asp



                https://www.w3schools.com/cssref/pr_dim_width.asp






                share|improve this answer



























                  0














                  0










                  0









                  I've reviewed your code. It looks like you are closing your second anchor tag with a </button>. Replace the </button> with </a>, a closing anchor tag.



                  The code you have provided only has two anchor tags, but your complaint is that there are "at least three." It seems like we are missing some of your code.



                  Also, in terms of positioning and sizing, you can reference these resources to start:
                  https://www.w3schools.com/css/css_positioning.asp



                  https://www.w3schools.com/cssref/pr_dim_width.asp






                  share|improve this answer













                  I've reviewed your code. It looks like you are closing your second anchor tag with a </button>. Replace the </button> with </a>, a closing anchor tag.



                  The code you have provided only has two anchor tags, but your complaint is that there are "at least three." It seems like we are missing some of your code.



                  Also, in terms of positioning and sizing, you can reference these resources to start:
                  https://www.w3schools.com/css/css_positioning.asp



                  https://www.w3schools.com/cssref/pr_dim_width.asp







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 28 at 3:44









                  WberryWberry

                  111 bronze badge




                  111 bronze badge






























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388720%2fhow-to-move-anchor-elements-in-unwanted-places%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                      Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                      Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript