Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

85
votes
6answers
68k views

How do I center text horizontally and vertical in a TextView in Android?

How do I center text horizontally and vertical in a TextView in Android? So that it appears exactly in the middle of the screen.
16
votes
5answers
10k views

Android: How to rotate a bitmap on a center point

I've been looking for over a day for a sollution to this problem but nothing helps, even the answers here dont help me :/ And googles documentation on this doesnt explain anything.. I am simply ...
16
votes
8answers
1k views

Center a div in CSS

I'm trying to center the newsslider (in the div bottom-container) on this page: http://www.luukratief-design.nl/dump/parallax/index.html I already have text-align: center; Still it does not work. ...
15
votes
6answers
14k views

C#: Centering controls within a form in .NET (Winforms)?

I'm trying to center a fixed size control within a form. Out of interest, is there a non-idiotic way of doing this? What I really want is something analogous to the text-align css property. At the ...
13
votes
3answers
1k views

Game Center Finding a Match Programmatically

I just can't figure out how this works. What I am trying to do is let two players play a game if a third player joins it can instantly join the game, if the fourth and last player joins it can also ...
13
votes
5answers
33k views

How to align a <div> to the middle of the page

I have a div tag with hight set to 800px, I want that when the browser width is greater than 800px it shouldn't stretch the div but it should bring it to the middle of the page.
12
votes
9answers
3k views

CSS centering tricks [closed]

My favorite equation for centering an xhtml element using only CSS is as follows: display:block; position:absolute; width: _insert width here_; left:50%; margin-left: _insert width divided by two ...
10
votes
1answer
14k views

Centering floating divs within another div

I've searched other questions and, while this problem seems similar to a couple of others, nothing I've seen so far seems to address the issue that I'm having. I have a div which contains a number of ...
8
votes
6answers
3k views

How to center icon and text in a android button with width set to “fill parent”

I want to have an Android Button with icon+text centered inside it. I'm using the drawableLeft attribute to set the img, this work well if the button has a width of "wrap_content" but I need to ...
8
votes
10answers
9k views

How to center html element in browser window?

How to place some html element, say div, in a middle of a browser window (not page, not screen)? Not depend on browser window size, screen resolution, toolbar layout, etc. E.g. I want it to be in the ...
7
votes
1answer
2k views

Html/css - How to center floating elements?

I'm making a pagination for my page and it needs to be centered. The problem is, that the links need to be displayed as block and so floated. But then, the text-align: center; does't work on them. I ...
7
votes
11answers
2k views

Why is the <center> tag deprecated in HTML?

I am just curious as to why the <center> tag in HTML was deprecated. The <center> was a simple way of quickly center-aligning blocks of text and images by encapsulating the container in a ...
7
votes
11answers
1k views

What is the fastest way to find the center of an irregularly shaped polygon?

I need to find a point that is a visual center of an irregularly shaped polygon. By visual center, I mean a point that appears to be in the center of a large area of the polygon visually. The ...
7
votes
3answers
2k views

WPF - How can I center all items in a WrapPanel?

I'm using a WrapPanel as the ItemsPanel of an ItemsControl. Right now, the items in the control wrap like this: |1234567 | |890 | I'd like them to wrap like this: | 1234567 | | 890 | ...
6
votes
3answers
58 views

How can I center my <h1> when there is an <img /> next to it?

I have a problem creating a decent header in CSS. What I want is a <h1> header that aligns its content in the center of its parent <div>. Sometimes though there might be an additional logo ...
6
votes
2answers
314 views

detect notification center setting

My app needs to be set in iOS 5 Notification Center as 'alerts' and with 'sounds' on. From what I have found it is not possible for your app to offer setting these correctly, which would be the best ...
6
votes
4answers
188 views

How do I center content next to a floated element and relative to the containing element?

I have markup that looks like this <div> <h1 style="text-align:center;" >Heading 1</h1> <img style="float:left;" src="logo.gif"/> <h1 style="text-align:center;" ...
6
votes
5answers
4k views

Vertically and Horizontally Center Image inside a Div, if you don't know Image's Size?

If I have a fixed sized container div, and an unknown sized image, how do I horizontally and vertically center it? using pure css using JQuery if css can't do it This answer makes sense for fixed ...
6
votes
3answers
3k views

OpenCV's clustering function cvKMeans2() - what is a type of cluster center in array?

I'm using function cvKMeans2() from OpenCV library for clustering. It has optional parametr: centers - The optional output array of the cluster centers The same parametr is also in function kmeans(). ...
5
votes
4answers
343 views

How to set centers of shapes/fixtures/bodies in Box2D

Hey i'm trying to integrate SFML and Box2D, and SFML has made setting centers for sprites, shapes, etc. very easy. Box2D, on the other hand, I'm having trouble with as i can't figure out how to set or ...
5
votes
2answers
3k views

android RadioButton button drawable gravity

I am generating RadioButtons dynamically with RadioButton radioButton=new RadioButton(context); LayoutParams layoutParams=new LayoutParams(radioWidth,radioHeight); ...
5
votes
2answers
532 views

What is the algorithm for finding the center of a circle from three points?

I have three points on the circumference of a circle: pt A = (A.x, A.y); pt B = (B.x, B.y); pt C = (C.x, C.y); How do I calculate the center of the circle? Implementing it in Processing (Java). I ...
5
votes
1answer
1k views

Centering a background image in Android

I have a background image about 100 x 100 that I want to center in an Android app. Is there a way to do this? I'm thinking it would greatly help with orientation changes for simple apps.
5
votes
3answers
2k views

CSS - vertically center an image within a floated div

I've decided to throw in the towel on this problem and need some help :). As per title trying to vertically align an image wrapped in an "a" tag in the center of a floated fixed height div. Done a ...
5
votes
2answers
4k views

How do You Center a TextView in Layout?

I have a complex layout, part of which features a value centered over a label, with + and - buttons on either side of the value. I want the value to center between the buttons, whether it is "1" or ...
5
votes
8answers
19k views

Two HTML tables side by side, centered on the page

I have two tables on a page that I want to display side by side, and then center them within the page (actually within another div, but this is the simplest I could come up with): <style> ...
5
votes
1answer
205 views

centering text in common lisp

I have a string that I would like to print . Is it possible to center it when printing ?
4
votes
2answers
192 views

Horizontal and vertical centering above a sticky footer in CSS

Given a sticky footer such as that on Ryan Fait's site with a fixed pixel height, is it possible to center, both horizontally and vertically, variable-size content in the space above this footer?
4
votes
4answers
53 views

Can overflow text be centered?

When I specify text-align:center for an element with a width that is greater than the width of the text, the text is centered within the content box of the element (as expected). When I specify ...
4
votes
1answer
1k views

Centering floating list items <li> inside a div or their <ul>

first of all here is my html code: <div class="imgcontainer"> <ul> <li><img src="1.jpg" alt="" /></li> <li><img src="2.jpg" alt="" ...
4
votes
1answer
263 views

Game Center Security? iPhone SDK

After hearing about the hacker who made the exploit to send any game center score I was wondering if anyone maybe had a solution to this. As far as it seems I think before the app sends the score it ...
4
votes
1answer
758 views

Evenly spaced and justified horizontal list menu

I searched and found no solution to spacing out a series of lis for a list style menu. I realized CSS alone can't do it so I added some javascript (jQuery). I didn't want the same widths for each LI, ...
4
votes
3answers
284 views

Center Swing Windows

I'm using Netbeans to develop a Java Swing application. How can I make it so that when the program itself and any other windows open they come up in the center of the screen? I've been struggling ...
4
votes
3answers
12k views

How do I center (vertically and horizontally) buttons in a div tag?

I am trying to determine how to center (vertically and horizontally) buttons in a div tag. Given the following CSS: div.listBoxMoverUserControl { width: 350px; height: 175px; } ...
4
votes
4answers
2k views

How to design a CSS for a centered floating confirm dialog?

I'm looking for a way to display a confirm dialog that's always centered on the page, and floating over the page. Tried that, but it's not 'always centered' at all, since the position is fixed: ...
4
votes
6answers
12k views

LaTeX: centering a table wider than the text column

I'm including a table in my LaTeX document and the centering works fine if the table isn't wider than the text column above it, but when the table is wider, the left side of the table sticks to the ...
4
votes
5answers
539 views

Center one of two sibling divs

In the following, I'd like to alter the CSS such that the right-sibling is truly centered in the container div. (Edit: without using absolute positioning). <html> <head> <style ...
3
votes
9answers
263 views

TextView in the center of the screen

I have a RelativeLayout (before it was a LinerLayout), that occupies all the screen and I want to put in the center of this Layout, a TextView. I try to do it with gravity = "center" layout_gravity = ...
3
votes
5answers
58 views

Margin auto nightmare

I'v tried every way I can think of, but for the life of me I can't figure our why the navigation menu won't center. I've tried text-align, margin-auto, block display... On both the parent and child. ...
3
votes
3answers
63 views

Center drawn text

I'm drawing text in VB.net by using: gfx.DrawString(_bText, New Font("Tahoma", 5), Brushes.Black, New Point(25, 5)) where gfx is a graphics object using my control. The x point is correct but I ...
3
votes
3answers
446 views

How do I open a JInternalFrame centered in a JDesktopPane?

I am adding a bunch of JInternalFrames into a JDesktopPane, as the user selects to open various features through the menus. But I would like the internal frames to open centered in the desktop pane, ...
3
votes
7answers
319 views

Element “align” is obsolete or non-standard: what should I use instead?

I have this HTML code: <td align="center"> and I'm getting this error in Visual Studio 2008 from ReSharper: "Element "align" is obsolete or nonstandard" What is the replacement of this ...
3
votes
1answer
103 views

3 divs inside of a centered div using percentage

Good morning, I am attempting to create a centered 3 column layout (h1, h2, h3) inside of a centered container div which has a width of 90%. h1 and h3 are a fixed width b/c of the width of my ...
3
votes
3answers
155 views

How to center an image that is wider than the browser window (not a background image)

How can I centre a large image to the browser window, so that if it is wider than the window it will still be centred? See: http://carolineelisa.com/rob/ I did not want to simply make the image a ...
3
votes
1answer
186 views

Game Center Formatting Time

What do you set the value to be for the scoreReporter to show up as a correct time in game center leader-board. What do you need to covert the seconds to show up properly in the leader-board. Any ...
3
votes
2answers
311 views

CSS center item with position:relative;

I've got a question for you CSS gurus out there! I've got a menu that appears on hover over an absolutely positioned div. All of the menu items have to be relatively positioned because the absolutely ...
3
votes
3answers
698 views

Vertical align complex multiple div site layout

OK. Here's the deal. I've read quite a few articles on this site and others about vertical centering but they all seem to refer to centering a single div and I haven't been able to apply it ...
3
votes
1answer
249 views

Center a C# Windows Form inside another window

I want my form to start up and open in the center relative to window that was active when my form was called. Say if Firefox was active and I display the form, I'd like my form to be shown in the ...
3
votes
2answers
282 views

How can I center using percentages?

As an experiment, I've been trying to center a DIV in a BODY tag using percentages in CSS. I think I had it figured out at one point, but thanks to the magic of TopStyle not having a history once you ...
3
votes
3answers
2k views

How to position a div in the middle of the screen when the page is bigger than the screen

Hi I'm using something similiar to the following to get a div positioned in the middle of the screen: <style type="text/css"> #mydiv { position:absolute; top: 50%; left: 50%; ...

1 2 3 4 5 11