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;
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
add a comment |
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
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
add a comment |
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
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
html css
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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>
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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>
add a comment |
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>
add a comment |
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>
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>
answered Mar 28 at 1:15
TimTim
314 bronze badges
314 bronze badges
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Mar 28 at 3:44
WberryWberry
111 bronze badge
111 bronze badge
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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