Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • andrzejmarek Friend
    #160924

    My external table’s lines was cut. Why ? (In IE and Chrom – all line was cut) :((

    http://www.renouveau.be/NEW/index.php?option=com_k2&view=item&id=22:groupe-de-pri%C3%A8re-cana-7-semaines

    khoand Friend
    #379861

    Hi
    You missed border attribute when you define table. You can modify your code like this

    <table align="center" style="width: 709px; height: 178px; border-spacing: 0; border-collapse: collapse;" border="1px">

    andrzejmarek Friend
    #379863

    If I save, I have always the same 🙁

    <table align="center" border="1px" style="width: 709px; height: 178px; border-spacing: 0; border-collapse: collapse;">

    khoand Friend
    #379880

    You try this:
    – Way 1: add “style=border: 1px solid black;” into table, th, td
    – Way 2: or you try add this code

    table, th, td
    {
    border: 1px solid black;
    }

    into <joomla url>/t3-assets/css4a1f4.css file

    cssyeah Moderator
    #380179

    Hi andrzejmarek,

    I have just fix this bug on your live site. Check it, please.

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  cssyeah 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum