-
AuthorPosts
-
March 29, 2011 at 4:21 pm #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-
aman204 Friend
aman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 30, 2011 at 9:07 am #383992Can you provide a link to your site
March 30, 2011 at 1:21 pm #384066Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 30, 2011 at 1:29 pm #384067It 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.
March 30, 2011 at 1:32 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 31, 2011 at 7:41 am #384219Dear 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 !
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
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
Jump to forum
-