• I’m attempting osmething really simple, it might be a fix with CSS but not sure. Take a look at this (ive numbered the lines to make it easier to discuss):

    Lines 1,2 & 3 will give thr formatting as it should in the sample link below. Bust anything AFTER line 3 will not print. Its definately the plugin causing this because I tested without using the plugin as well.

    If I place lines 1-4 in a table format – it will work – but I really dont want to use tables if I can get away from it.

    Post: http://chicagoscifi.com/wp/archives/15310

    Any ideas? 🙂

    1 <div style=”font-weight: bold”>EPISODE PROMOS</div>
    2 <div><hr/></div>
    3 <div>[catlist id=335 orderby=title order=asc numberposts=99999]</div>
    4 <div><hr/></div>

    In my CSS:
    .lcp_catlist { width:100% !important; clear:both; }
    .lcp_catlist li { clear:both; float:left; }
    .lcp_catlist, .lcp_catlist li{
    list-style: none !important;
    margin:0 0 0px 0px !important;
    padding:0px !important;
    text-align:left !important;
    width:100% !important

    https://wordpress.org/plugins/list-category-posts/

  • The topic ‘Anything Formatting below tag wont print’ is closed to new replies.