Tagged Questions

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

learn more… | top users | synonyms

8
votes
3answers
96 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
101 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 [closed]

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
24 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
42 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
177 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 ...
2
votes
0answers
29 views

Login dialog of StackExchange doesn't offer fields for email and password in WebKit based browsers

I don't use Google, Facebook, Yahoo or OpenID. So I login to my new StackExchange-Account via the login-dialog of StackExchange itself. Don't have an account? -> click here to sign up If you’ve ...
4
votes
2answers
114 views

Questions about “how to toggle element in html with javascript”

2,475 search results for posts containing toggle tagged with javascript 3,640 search results for posts containing hide div tagged with javascript And there is no canonical answer, or auto-close for ...
4
votes
1answer
140 views

How is stackoverflow.com be able to automatically log me in even after Safari's cookies have been cleared? [closed]

Possible Duplicate: How can Stack Overflow automatically login after resetting Safari? How is stackoverflow.com be able to automatically logged me in even after Safari's cookies have been ...
1
vote
1answer
35 views

Editing via review delivers text area with improper escaped HTML tags

I clicked to edit a comment in review on the prime stackoverflow website. Original text I had planned to edit was not in a code block (as below for presentation purposes) and was similar to: ...
0
votes
4answers
81 views

How can I paste HTML markup into a Stack Overflow question field? [closed]

Possible Duplicate: How do I format my code blocks? When I put HTML into the form field for Stack Overflow questions, it doesn't show up. Why is this, and is there a way to get HTML markup ...
1
vote
0answers
99 views

Why can't I have an <a rel=“external me” href=“…”>hyper link</a> in my profiler @ StEx? [closed]

Possible Duplicate: Allow rel=“me” in stackoverflow profile HTML I tried to have this code in my profile: <a href="http://knarf.se/" rel="external me">Ego-Hub</a> ...
2
votes
0answers
92 views

Why and when is a semicolon added to a comment? [closed]

Possible Duplicate: strange character replacement on SO When I write a comment with an HTML <a> tag containing both href="" and title="" attributes, a semicolon is added after the ...
7
votes
0answers
84 views

HTML is stripped from flag messages instead of escaped

I flagged a post using the following message: I'm pretty sure this was closed as a joke, re: this meta thread <http://meta.stackoverflow.com/q/99298>, and deserves to be re-opened. When I ...
14
votes
1answer
109 views

Attack of the double-encoded &hellip;, part n

The &hellip; used when truncating the question body in the title attribute of links on the front page is being double-encoded, as seen below: Additionally, the space before the &hellip; ...
8
votes
0answers
67 views

Chasing one's tail about what HTML is supported

I was experimenting with the "personal statement" field of my Careers profile and found that I could seemingly get fairly fancy with embedded HTML because it displayed nicely in the preview. Upon ...
-11
votes
2answers
128 views

Does SO prevent users from embedding HTML image links to pornographic content in their user profiles?

As far as I can tell, StackOverflow does nothing about this.
8
votes
0answers
54 views

Same HTML ID used for both sets of user profile tabs

It is a very small issue, just bother in the eye, but on the profile page both the top and bottom sets of tabs have the same id (id="tabs") set on their containing element, which is invalid.
5
votes
3answers
247 views

How does StackOverflow get indexed by Google in such as fast manner? [closed]

Possible Duplicate: How does Stack Overflow work so well with search engines? I notice that every time I or some else asks a new question on StackOverflow it only takes a few minutes to a ...
6
votes
1answer
53 views

Escaped HTML in mod tools' duplicate auto-flag

In the german.SE moderator tools, a post has a weird duplicate flag. This HTML is probably not supposed to be escaped.
6
votes
1answer
130 views

Stack Overflow generating broken HTML

I was reading this answer when I noticed that the font for the user information block was wrong. Checking the original source of the page, I found this (formatted just for you): <!-- Suspect code ...
2
votes
1answer
89 views

phantom black dot next to question score

For some reason, this question How to Find Children of Nodes Using Beautiful Soup had a black dot next to the question score before it was answered. It has disappeared now. I saw this in both ...
2
votes
2answers
179 views

HTML comments can circumvent minimum post length limits

As much as I love Yoda's answer, I really don't think that should work.
21
votes
1answer
221 views

You got your double-encoded space in my tooltip

It seems that the process used to generate the title attributes for the image links on the Stack Exchange store encodes an already-encoded string, leading to situations like this: where the title ...
2
votes
2answers
101 views

StackOverflow file structure

Each stack overflow post has the following structure: http://stackoverflow.com/questions/id/title Does that mean that the post title is an actual html page stored on the server? Or is the body of ...
1
vote
0answers
37 views

LI tag makes it possible to break out of the text area?

In this revision the guy forgot to backtick HTML tags, so a <li> tag that was part of the question made it to the markup, and the bullet appeared to the left of the text area: Just saying, in ...
2
votes
0answers
23 views

Automatically add id attributes to headers to enable link targeting

Wikipedia has some cool functionality as part of its header text syntax. It makes a slug out of the text, and automatically adds that slug to the id attribute of the header tag. Example: ...
3
votes
1answer
60 views

<del> in code block

Is there any way to use <del> inside a formatted code block, or around the whole code block? I would like to emphesize that that code snippet is NOT the way to go, or use the traditional instead ...
0
votes
1answer
39 views

Over-escaping html on timeline page?

Over-escaping html on timeline page? http://meta.stackoverflow.com/posts/80046/timeline some of html source are like this for above <td class="qablock"> &lt;span ...
4
votes
0answers
66 views

Defining a term with markdown or HTML

I've come across answers on Stack Overflow that I've found particularly intriguing, but half way through reading I've had to break off and perform a Google search to find out what a particular term or ...
2
votes
2answers
78 views

Are links being inappropriately stripped of characters?

I recently tried to answer a post by including a link to Wolfram Alpha, and the link contained various mathematical characters. I posted it and noticed that, when clicked, something was not formatted ...
11
votes
1answer
200 views

How does SO remove HTML tags from questions?

I am curious how SO goes about removing HTML tags from posts. I just started using their MarkdownSharp project. By default MarkdownSharp encodes any HTML within code blocks like this: <span ...
13
votes
1answer
166 views

Footer is wrong

An overview of the problem The footer is possibly inaccurate. The current footer site design / logo © 2011 stack overflow internet services, inc; user contributions licensed under cc-wiki ...
2
votes
1answer
73 views

Is it possible to use <sub>HTML</sub> in question titles?

I found a question (screenshot here) where the user placed some subscript characters both in title and body. The weird thing is the title displays them correctly, but the body won't, so I changed ...
2
votes
0answers
62 views

HTML in answers/questions

Every now and then, I edit another user's question or answer and encounter something along the lines of the following in the post source: Help, I need this question solved with these things:<br ...
6
votes
2answers
267 views

Why don't Stack Exchange sites use HTML <meta> tags?

A cursory look at the source for Stack Overflow sites shows that there aren't any pages on the site that uses the <meta> tag for things like description, keywords, robots et al. Now, I'm aware ...
1
vote
0answers
104 views

How to post HTML in a Stackoverflow question [closed]

Possible Duplicates: How to nest code within a list using markdown Code blocks after a list, but not within a list in markdown. Is it possible? Before posting this question, I think I've ...
2
votes
3answers
161 views

Is it OK to use HTML formatting in all my posts rather than Markdown?

Pretty much as the title says. Is there a reason I should favor Markdown over HTML in posts to Stack Exchange sites? EDIT: The only advantage of Markdown in comments is that less characters are used. ...
0
votes
0answers
53 views

Question summaries contain visible HTML markup symbols [closed]

Possible Duplicate: Rendering problem on search page when using advanced search options Go to this search results page. There are a lot of visible &hellip; and &#39; html markup ...
3
votes
1answer
174 views

Enable spell check on title, search and tag input element

This is a repost of Spell-checking in question titles on Meta.Gaming, except that this post furnishes the necessary technical details for it to work. All input type="text" elements, by default, do ...
1
vote
2answers
46 views

Textbox placeholders don't behave as expected for focus or drag and drop

A lot of textboxes have the entire "label-as-placeholder" thing going on. This is helpful, but because it's implemented in Javascript, there are a few issues. For instance, when you click in there, ...
1
vote
1answer
51 views

User flair code is invalid for XHTML doctypes

The user flair HTML code displayed on the user flair page looks like this: <a ... ><img ... ></a> However, in order to validate in XHTML doctypes, it should really be: <a ... ...
6
votes
2answers
129 views

Incomplete pages when browsing questions and answers in my profile

I'm seeing this happen quite a lot recently across three entirely different internet connections: The url is: ...
5
votes
0answers
50 views

Did HTML entities ever work in comments?

It seems that HTML entities such as &pi; (π) do not work in comments. Did they work in comments at some point in the past?
1
vote
2answers
64 views

Replace newlines with spaces in the question hover-text

On the main page of StackExchange sites, hovering over any question link produces a quick preview of the body of the question, which is a very nice feature. However, newlines in the body are ...
-3
votes
2answers
135 views

How to write html code to ask?

Hi, How can i write the xml and html codes here. Because the tags are not printed. Is there any special tag that allow to write html tags too. thanks
5
votes
1answer
96 views

What CSS Framework does StackOverflow use?

I am in charge of maintaining a large number of sites running on the same code base but with subtle color/ui differences. This is similar to how Stack Overflow has many different Q&A sites with ...
2
votes
1answer
50 views

Tags with formatting in them render incorrectly

All formatting should be stripped out of the [tax:tag-name] feature. Right now, you get some funny results. codeoopscode [tag:Oops] emtestem [tag:*Test*] emem [tag:****]
1
vote
0answers
98 views

Where can I put my design to criticism and discussion? [closed]

Possible Duplicate: Where can I get feedback on a website design? Where can I put my design up for criticism and discussion? I want to get an opinion from professional designers :) For ...
15
votes
3answers
455 views

Is there some markup to post tags?

I am wondering because I was editing my profile and I though it would be nice to put the languages I known and stuff like tags. Is it possible to post a tag? If it's not, do you think it's possible ...

1 2