hervet wrote:
The idea was already submited and will be used in a next major release (don't know when).
Hello hervet.
Thank you for this information!
hervet wrote:
The idea was already submited and will be used in a next major release (don't know when).
phppp wrote:
at this moment, not completely ready yet, especially some modules
<a href="https://xoops.org/modules/newbb/newtopic.php?forum=20" target="_blank" class="external" rel="nofollow">a> [u r l =https://xoops.org/modules/newbb/newtopic.php?forum=20]https://xoops.org/modules/newbb/newtopic.php?forum=20[/url] <a href="https://xoops.org/modules/newbb/newtopic.php?forum=20" target="_blank" class="external" rel="nofollow">a><a href="https://xoops.org/modules/newbb/newtopic.php?forum=20" target="_blank">https://xoops.org/modules/newbb/newtopic.php?forum=20 [ u r l =https://xoops.org/modules/newbb/newtopic.php?forum=20]XOOPS Forum[/url]
Dave_L wrote:
The < br / > tag was inside the < table > < /table > tags, but not within a table cell. That can cause unpredictable behavior when the browser renders the HTML. But I don't know why the / disappeared.
Dave_L wrote:
You have a < br /> tag in the foreach loop.
... file.
<table width="100%" border="0">
<{section name=i loop=$columns}>
<{foreach item=topic from=$columns[i]}>
<tr width="<{$columnwidth}>%" class="simple">
<td class="piccell"><{$topic.img}>td><td class="desccell"><{$topic.topicdescription}>td>
<br />
tr>
<{/foreach}>
<{/section}>
table> ... file.<br>
<br>
<br>
<br>
<br>
<table width="100%" border="0">
<tbody><tr width="100%" class="simple">
<td class="piccell">
...