Reply to thread

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.


[ATTACH=full]246371[/ATTACH]


Note the numbers on the far left.


[CODE=html]<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>[/CODE]


Thanks!


Back
Top Bottom