Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jpcombeaum Friend
    #162093

    I create a table in article. This table have 3 column and 3 row, but in the front end, the table looks different.
    12133
    12132


    1. front
    2. backend
    aman204 Friend
    #383992

    Can you provide a link to your site

    jpcombeaum Friend
    Phill Moderator
    #384067

    It appears your images are not in the table. Please could you post the code from your article (click on the html button in your editor then copy and paste the entire code here). We can then see exactly where things are and see if the template is mucking around with it.

    jpcombeaum Friend
    #384070

    <div>
    <table border=”2″ cellpadding=”0″ cellspacing=”0″ align=”center” style=”width: 600px; height: 600px;”>
    <tbody>
    <tr>
    <td><img src=”images/stories/suiteseconomicas/SUITESECO01.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ class=”miniatura” /></td>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO02.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO03.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    </tr>
    <tr>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO04.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO05.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO06.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    </tr>
    <tr>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO07.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO08.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    <td>
    <p><img src=”images/stories/suiteseconomicas/SUITESECO09.JPG” width=”180″ height=”136″ alt=”SUITESECO01″ style=”border-style: initial; border-color: initial; border-width: 0px;” /></p>
    </td>
    </tr>
    </tbody>
    </table>
    </div>
    <br />

    thanks

    Sherlock Friend
    #384219

    Dear jpcombeaum,

    The category blog layout of the norite would got all images within the article and put them in one place,to remove this feature you can try as below
    Open the file templatesja_noritehtmlcom_contentcategoryblog_item.php ,look for this and remove
    [PHP] <?php
    //Get out all images
    $regex = “/<img[^>]*>/”;
    $images = ”;
    if (preg_match_all ($regex, $this->item->text, $matches)) {
    $this->item->text = preg_replace ($regex, ”, $this->item->text);
    $images = implode (“n”, $matches[0]);
    }
    ?>[/PHP]

    I hope this would help !

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

This topic contains 6 replies, has 4 voices, and was last updated by  Sherlock 13 years, 7 months ago.

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