For questions about the HTML markup on any of the StackExchange sites.

learn more… | top users | synonyms

7
votes
0answers
44 views

Markdown-Quotes inside HTML are breaking the output

This post appears totally messed up for me. It uses many blockquotes, that apparently lead to the link beeing spread all over the post-text, including the flag, edit, link and answered/edited at URLs: ...
-3
votes
1answer
75 views

How to post successfully with large code

I have some issues in my html code. but unable to post question as it said "it looks like your post is mostly code. please add some more details". how can we overcome this issue. Thank you...
12
votes
1answer
137 views

Can't post answer using HTML <pre> because it gets misinterpreted as code

I'm trying to answer Compute rotation matrix using the magnetic field and my answer needs to use HTML because I need to show a table containing mathematics formulas. I've posted my answer here, ...
2
votes
1answer
39 views

Why are some user gravatars wrapped in gravatar-wrapper-32? [duplicate]

I've noticed that sometimes, a users gravatar is wrapped in an additional div, like here: how can upload image as a url format onto twitter What is the reason for that?
5
votes
2answers
96 views

Is there a better way than <br> to force a newline?

When I want to start a new line, I've always used <br>. I'm wondering if there's a better way, however, that only uses Markdown. I'm aware that if you insert two line breaks, leaving a blank ...
4
votes
1answer
120 views

How many HTTP requests can I send to Stack Overflow?

I'm doing some research work on Stack Overflow and I need to analyze some HTML pages from this site. So I need to do some HTTP requests. How many requests can I do during one minute or during one ...
1
vote
0answers
72 views

Profile pictures don't get the same properties at Gravatars [closed]

So I was loading the review panel over and over out of boredom and happened to notice that some of the profile picture squares were different than others when the image hasn't loaded yet: Am I ...
5
votes
0answers
39 views

Form labels need for attribute

The label elements for tags and edit comment in the forms for editing posts and asking questions need the for attribute, linking them to their respective input fields. The label for question title ...
11
votes
1answer
83 views

Extra quote in <a … class=“question-hyperlink”">

Many Stack Exchange pages contain anchors (<a> tags) with a class attribute set to question-hyperlink. There is an extra double quote after the class value. For example, on this very page: ...
3
votes
1answer
87 views

How does Stack Overflow's syntax highlighting work? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? What syntax highlighting library is used on Stack Overflow? How does Stack Overflow handle its syntax ...
2
votes
1answer
35 views

<b> within <pre> not visible on mobile and windows; although fonts are present

Within <pre>, the tag <b> is visually ignored on the mobile version and on some Window-versions. For reproduction read this answer. It contains many annotated programs (failure-slice). ...
2
votes
2answers
60 views

Declaration of character encoding omitted?

On this boring Monday night, I noticed that Stack Exchange has omitted the character encoding meta element across their network, including our very own Stack Overflow. Why should Stack Exchange care ...
3
votes
1answer
67 views

Some post tags don't have titles [duplicate]

Possible Duplicate: Hovering over tag links removes the title attribute While working on a userscript, I found a weird inconsistency in the markup of the front page of Super User: Some ...
0
votes
1answer
73 views

Post Entire HTML Document in Code Review Without Editing First [duplicate]

Possible Duplicate: How do I format my code blocks? This question has been asked and answered before. But some of the answers are outdated, and some don't work, and the only one that does, ...
3
votes
1answer
53 views

CSS Hover bug in review close votes

I just hit 3000rep and noticed that if you are scrolled down a little bit on the Review Close Votes page, and select "Close" you get this incorrect hovering: It is covering up a couple options. ...
8
votes
1answer
98 views

Same HTML ID “h-related-tags” used twice in same page: for “stats module” and “related tags” sidebar modules

A userscript I've been working on enhances the Related Tags and similar "modules" in the Stack Exchange sidebar on the right side of each page. When I noticed it wasn't modifying the Related Tags on ...
-6
votes
1answer
95 views

Which engine does Stack Exchange use to switch skins on different sites? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? Stack Exchange sites are similar in logic but different in skins. Do they use some engine to accomplish ...
6
votes
1answer
65 views

When asking a question, deselecting the title input causes a blank page title

I've noticed that the title at the top now changes as you type in your question's title (I don't remember it doing that before). However, if one doesn't actually type in a title before going onto ...
4
votes
0answers
41 views

Add a class to the tag popups to reflect whether the tag has a wiki and/or wiki excerpt

I'm working on a Stack Exchange extension to help tag wiki editors. It uses the API to find out which tags referred to on every page have or lack a wiki or excerpt. I'm using the API as efficiently ...
4
votes
0answers
963 views

Auto-completion during human verification on mobile

When typing the captcha for human verification on a mobile device, text completion is allowed on the input element which makes this already annoying (but necessary) task more annoying. Here is a link ...
-12
votes
1answer
148 views

Potential XSS Vulnerability

I just thought I'd let everyone know that I found a bug in the comments (and possibly questions as well). I went to post a comment in webmasters and I put < noscript > in it and instead of it just ...
2
votes
1answer
163 views

HTML form tags in code blocks are actually rendered in Opera Mobile [closed]

When viewing PHP - Submit button does nothing in Opera Mobile 12.00, the <form method='post' action='http://cogameservers.com/home/contact'> Email: <input name='email' type='text' ...
1
vote
1answer
52 views

How to display HTML tags in Blockquotes

How would you include HTML tags as part of the blockquotes when you would like to signify these tags as quoted text instead of code? Code: ...
4
votes
1answer
95 views

Hovering over tag links removes the title attribute [closed]

While inspecting the tags on the profile page, I found that the a tag is not proper. Probably somewhere is this being messed up in creating it dynamically Just to clarify, the a tag has incomplete ...
-5
votes
2answers
114 views

How do I write HTML in my post without it getting “translated”? [duplicate]

Possible Duplicate: How do I format my code blocks? How do I write HTML in my post without it getting "translated"? I would like to be able to show you guys my raw code. Hope you can help ...
0
votes
2answers
116 views

Using the meta keyword HTML tag to improve search engine results? [duplicate]

Possible Duplicate: Why don't Stack Exchange sites use HTML <meta> tags? While scanning the HTML of a page on Arqade I noticed the meta tag is not being used for keywords. As far ...
1
vote
0answers
37 views

How to draw an HTML table while posting in Stack Overflow [duplicate]

Possible Duplicate: Is there any markdown to create tables? Could someone please give me an example for creating a multi-row table while posting questions in SO. I found the example given ...
0
votes
1answer
72 views

how to post html in a comment [duplicate]

Possible Duplicate: How to use formatting in comments? How do I post html/css/javascript in a comment so that it's formatted nicely and has a gray background? I'm trying to reply to a user ...
42
votes
1answer
347 views

Can we add Markdown support for tables?

This is similar to: Is there any markdown to create tables? and Please add support for tables in answers and questions, but is slightly different. The other questions are asking more of a why ...
7
votes
2answers
211 views

Do images need a border around them?

I've seen this popping up a lot lately. Users have been putting images inside blockquotes to add the darker border around the image so it doesn't look like the image "blends into the background" and ...
-2
votes
1answer
126 views

HTML in code blocks not escaped correctly [duplicate]

Possible Duplicate: How do I format my code blocks? Whenever I try to use HTML tags for a code example on stack overflow, the actual HTML is used on the page, instead of being escaped. To ...
16
votes
0answers
86 views

Can the links be disabled in the vote-to-close dialog?

Over the time I've been able to vote for closure on SO, I've gotten into the habit of clicking on the reason itself in order to select the radio button corresponding to it. Since the reasons have ...
-2
votes
3answers
118 views

Stackoverflow search results appear on top each other [closed]

In the last few days search queries results are stacked on top of each other making it impossible to search. See screenshot. System: Chrome 21.0.1155.2 dev-m (Dev branch) on Windows 7 64bit.
5
votes
1answer
112 views

Last activity link does not look like a link

Here are the activity panels from Gaming, SO, and Sci-Fi: Is it any wonder why I thought for the longest time that it wasn't possible to view ?lastactivity from the question's page? Please change ...
0
votes
1answer
78 views

Is it expected behavior that I need to use an HTML entity in order to get less-than sign into my question?

I'm using SO on IE 9 and I never noticed this until recently (but can't remember if it ever worked). In both the title and the body of a Question, in order to get angle brackets (and I assume ...
4
votes
4answers
198 views

How do I respond to a Stack Overflow request for an answer with a complete code sample?

How do I respond to a Stack Overflow request for an answer with a complete code sample? Ideally, I could just upload the HTML file with the styles and JavaScript embedded. Is this possible or ...
4
votes
0answers
118 views

Stack Overflow Isn't Valid HTML5 [duplicate]

Possible Duplicate: The “Hello World!” box is surrounded by paragraph tags twice stackoverflow.com isn't valid HTML5. There's an extra </p> in the "Hello World!" box. ...
1
vote
4answers
728 views

Why is Stack Overflow using <noscript>?

The question is not about how <noscript> works, and why it's used, I'm fully aware of that. Knowing that: <noscript> only works when JavaScript is disabled by something browser-related ...
-1
votes
1answer
90 views

underlining with `<u>` does not work in `<pre>` [duplicate]

Possible Duplicate: What HTML tags are allowed on Stack Exchange sites? Within the <pre>-environment the tag <u> has no visible effect (Firefox 7.0.1 but also earlier like ...
13
votes
2answers
379 views

Skype plugin converts user reputation and badges to a phone number [closed]

I have never seen this before, so it may simply be that the user that happened to cause it had an unfortunate number for reputation and badge counts, that corresponds to a number format the Skype ...
1
vote
1answer
126 views

Display error when nesting <pre/> in <code/> elements

I have found an issue in this question: How to get list of values in GROUP_BY clause? Check this out. I enter the following piece of HTML: <code><pre>hello</pre></code> It ...
8
votes
1answer
75 views

Deleted users get broken gravatar icons in newsletter

If a user is mentioned in the newsletter as a question asker or answerer, a tiny icon for their gravatar appears. However, if the user has been deleted, that does not work. Example from a recent ...
9
votes
1answer
72 views

Ellipses in email subscriptions are improperly escaped

I'm seeing &hellip; a lot in my subscription emails (see the end): Since when is downvoting low-quality answers “abuse of the downvoting facility”? I posted a question on a fairly ...
23
votes
1answer
256 views

The “Hello World!” box is surrounded by paragraph tags twice

Looking at the source of the Hello World! box, you see this: <p><p>This is a collaboratively edited question and answer site for <b>professional and enthusiast ...
9
votes
3answers
259 views

> is closing html comments without a — delimiter

If I try to put something like this into a question or answer <!-- <br>s are important here --> the first > after the "br" is matched to the first < before the "!--", resulting in ...
6
votes
2answers
110 views

Provide a flag to specify a tag to not be included in the HTML title when a question is tagged with it

Spawned by this question on Board and Card Cames Meta regarding forcing the name of a game to be in the title of the question, it occurs to me that including the tag with the most popularity in the ...
0
votes
0answers
66 views

How StackOverflow stores each user information [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? I am new to SO and trying to understand all its functionalities, I am curious as how (keeping programmers ...
5
votes
0answers
64 views

Inline editing tab order

The tab order of line editing groups similar elements by type (e.g. post body, submit button) instead of post. Probably because this is how tabindex works in HTML when you ignore the possibility of ...
1
vote
1answer
55 views

User Profile (Mousover) ignores <strike> HTML

I don't know if this is by design or not, but Stack Exchange accepts basic HTML in almost every thing you can write. I found out that I had a < strike > tag in my "Bio" and that isn't properly ...
21
votes
1answer
217 views

Why is Stack Exchange still using the HTML4 doctype with HTML5 features?

I noticed we're using the following doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> Which leads to validation errors due to our placeholder ...

1 2 3