Hi,
I have created a normal bullet list with the editor and in editor mode it looks fine. However, after being published the bullets move around. Did anyone experience this? I have checked source code and everything seems to be fine. Works fine on all other pages, no special CSS, just a table on the page.
- Using chrome, tried on different machines
- Attached some images ( sorry my blacking out attempts, but thought could not harm to hide company and department names)
This is in edit mode: All good
This is the published page, as you see bullets are all over the place
Thanks for your help
Alex
Code:
<table class="relative-table" style="float: left;width: 100.0%;">
<colgroup> <col style="width: 27.9666%;"/> <col style="width: 30.4178%;"/> <col style="width: 41.6156%;"/> </colgroup>
<tbody>
<tr>
<td colspan="2">
<h1 style="text-align: center;">
<strong> <span style="color: rgb(51,51,153);">Some text</span> </strong>
</h1>
<p style="text-align: center;">Some text</p>
</td>
<td colspan="1">
<h1 style="text-align: center;">
<strong> <span style="color: rgb(51,51,153);">some text</span> </strong>
</h1>
<p style="text-align: center;">
<span>some text</span>
</p>
</td>
</tr>
<tr>
<td colspan="1">
<h1 style="text-align: center;">2018Q3 Info</h1>
<p>
<span style="color: rgb(255,102,0);">(Please title you page "Department info")</span>
</p>
<p>
<ac:link>
<ri:page ri:content-title="Company Info"/>
</ac:link>
</p>
<p>
<br/>
</p>
<p>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/CorporateInfo">Corporate Info</a> </span>
</p>
<ul>
<li>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/StoreInfo">Store Info</a> </span>
</li>
<li>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/CommercialInfo">Commercial Info</a> </span>
</li>
<li>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/IRInfo">IR Info"</a> </span>
</li>
<li>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/FinanceInfo">Finance Info</a> </span>
</li>
<li>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/LegalInfo">Legal Info</a> </span>
</li>
<li>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/TechInfo">TechInfo</a> </span>
</li>
</ul>
... page goes on a while
Hi Alexander,
I tried your code here in my Confluence and it also looks strange.
I inserted another paragraph with an empty line before the ul-element and that worked for me:
<p>
<span class="plugin_pagetree_children_span"> <a href="https://confluence.services.company.com/display/Info/CorporateInfo">Corporate Info</a> </span>
</p>
<p>
<br/>
</p>
<ul>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.