Question:

Does anybody know the code that works to center my about me section?

by  |  earlier

0 LIKES UnLike

i hid everything on my profile, my default picture my name my interests section, EVERYTHING! i only left my about me section, but its off to the left, and i wanna center it and no i already know how to center text like this <center>ahkfdaln</center> im talking about centering my whole about me section, so if u could please help me that would be amazing!(:

 Tags:

   Report

3 ANSWERS


  1. To center the entire section, and not the text, you use this code:

    &lt;style&gt;

    table.blurbs {position:relative; left:-100px;}

    &lt;/style&gt;

    Feel free to change the &quot;-100&quot; to whatever # you need to make it exactly where you want...

    :]


  2. Well you could wrap the &lt;center&gt; &lt;/center&gt; tags around your about me section, though the &lt;center&gt; &lt;/center&gt; tag is deprecated (will become obsolete in the near future).

    Possible ways are:

    &lt;div align=&quot;center&quot;&gt; your about me section &lt;/div&gt;

    &lt;div style=&quot;text-align: center&quot;&gt; your about me section &lt;/div&gt;

    and more, but these two should work.

    Well you could wrap the &lt;center&gt; &lt;/center&gt; tags around your about me section, though the &lt;center&gt; &lt;/center&gt; tag is deprecated (will become obsolete in the near future).

    Possible ways are:

    &lt;div align=&quot;center&quot;&gt; your about me section &lt;/div&gt;

    &lt;div style=&quot;text-align: center&quot;&gt; your about me section &lt;/div&gt;

    and more, but these two should work.

    Well you could wrap the &lt;center&gt; &lt;/center&gt; tags around your about me section, though the &lt;center&gt; &lt;/center&gt; tag is deprecated (will become obsolete in the near future).

    Possible ways are:

    &lt;div align=&quot;center&quot;&gt; your about me section &lt;/div&gt;

    &lt;div style=&quot;text-align: center&quot;&gt; your about me section &lt;/div&gt;

    and more, but these two should work.


  3. what profile? why don&#039;t you give us a clue :-)

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.