[RSS Feed/News] Centered Lists (<center><ol>) show row numbers aligned left

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I haven't tried this with forum posts, but when I post a Notice with a Centered-List, I get the row numbers justified to the left, not centered like the text.

Inkednotices lists_LI.jpg

Note the numbers on the far left.

HTML:

Code:
<center>
<h1>
    Thanks for stopping by!
</h1>

<h2>
    This is a centered List
</h2>
  
<ol>
  <li>First line of the list</li>
  <li>Second line on the list</li>
</ol>  
</center>
...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom