answersLogoWhite

0


Best Answer

Use the CSS "text-align" property.

Assuming that your column is built using a block level element with a set width (either fixed or fluid) your HTML will look something like this:

text in the column

Your CSS will look something like this:

div { width: 200px; text-align: center; }

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you align center the text in a column?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Are the numbers in a column aligned at the center?

You can align numbers to the center of all cells in a column. The default is right aligned for numbers and left aligned for text.


How can I center text in After Effects?

To center text in After Effects, select the text layer, then go to the "Align" panel and click on the "Horizontal Center" and "Vertical Center" buttons. This will align the text in the center of the composition.


How do you allign your font on MySpace?

Text Here Text Here Text Here


How do you center text on your zwinky profile?

<div align=center >enter text</div>


What is left align in excel 2003?

It is the default setting for text. It aligns the text to the right side of a cell. If you use left align, the text will be aligned to the left side of the cell. If you use center align, the text will be aligned in the center of the cell.


How text align to right in jmesa htmlcolumn?

You can align HTML column by align attribute. The attribute could be aligned in the element you want to move.


How to center text in Adobe Premiere?

To center text in Adobe Premiere, select the text layer in the timeline, then go to the Essential Graphics panel and click on the "Align and Transform" tab. From there, click on the "Center" button under the Align section to center the text both horizontally and vertically on the screen.


How to align text in Premiere Pro?

To align text in Premiere Pro, select the text layer in the timeline, then go to the Essential Graphics panel. From there, you can use the alignment tools to align the text to the left, center, or right of the screen.


What typically displays text as bold and center aligned?

The <B> </B> tag is used to display text in Bold <Center> </Center> tag is used to center align text.


What is the shortcut on mac to align your text in the center?

command - E


How can you align the text in a cell?

Left - aligns everything to the left Right - aligns everything to the right Centre - aligns everything to the middle Justify - stretches the text so it lines up at each margin


What is the code for HTML when combining centered text and color?

in the tag you will put align="center" style: font color="#ffffff"> Example: < p align="center" style: font color="#FFFFFF">This is the centered text</p> and that code will center "This is the centered text" in white.