Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6347263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:10:47+00:00 2026-05-24T21:10:47+00:00

I have a text node attached to a div that I want to position

  • 0

I have a text node attached to a div that I want to position in the middle of the page. These elements are attached to a mainDiv which is like the whole page. Here’s the code I’m trying:

title = document.createElement('div');
title.appendChild(document.createTextNode("The big title!"));
title.style.color = "#F5AE20";
title.style.textAlign = "center"; //this is what I'm trying to solve my problem

mainDiv.appendChild(title); 

Unfortunately the title stays on the top left of the page; I want it top centered.
EDIT – just to clarify, I would like to do this within Javascript if possible.

Thanks for any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:10:49+00:00Added an answer on May 24, 2026 at 9:10 pm

    Just from what you’ve posted, we can’t give you a definitive answer.

    We need to take into consideration what’s defined in your CSS and also the parents of the DIV you’re inserting.

    Setting the left and right margins to auto, for instance, won’t work for a div that doesn’t have a defined width, and setting text-align to be center won’t work as expected for a div whose width has been constrained.

    Here’s some example code that definitely works, anyway:

    <html>
    <head>
    <script type="text/javascript">
    function displayResult()
    {
    title = document.createElement('div');
    title.appendChild(document.createTextNode("The big title!"));
    title.style.color = "#F5AE20";
    title.style.textAlign = "center"; //this is what I'm trying to solve my problem
    
    document.getElementById("div1").appendChild(title); 
    }
    </script>
    </head>
    <body>
    
    <div id="div1">This is some text.</div>
    <br />
    
    <button type="button" onclick="displayResult()">Align text</button>
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to have a special sub-node that could be attached to other
I have text file with some stuff that i would like to put into
i have text like this div bla-bla end div i need to get only
I use DOMxpath to remove html tags that have empty text node but to
I have text file with a row like this: SendersTimeSeriesIdentification: COMPANY_A/COMPANY_B/REF_7/20090505 I'd like to
I have text like this format term: 156^^^:^^59 datainput Or term: 156^^^:59 datainput or
I have text within a paragraph tag that that fits snug on the bottom
I have text I am displaying in SIlverlight that is coming from a CMS
I have text file with something like first line line nr 2 line three
I have text stored in SQL as HTML. I'm not guaranteed that this data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.