Categories > TinyButStrong general >

Unbreakable Space hichic

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: khanh
Date: 2006-11-16
Time: 15:04

Unbreakable Space hichic

Dear SKrol,
my code show below for example:

global.php
$module = "home.php";

global.html
[var.module;script=[val];subtpl]

$module is global variable.

the structure like this:

global.php load the template global.html and drive modules thought [var.module;script=[val];subtpl]

the problem that:

I get an Unbreakable Space (look like a dot) everytime i load a homepage on the beginning of home.html(if you view html source).

Notice that when home.html have no table the dot disappears.

Very strange! Can you help me to solve this coz it make a gap inside the layout, huhu
By: Skrol29
Date: 2006-11-16
Time: 16:24

Re: Unbreakable Space hichic

Hi,

First check that you don't have any echo() in your module home.php.
Otherwise, an unbreakable space can be added by a TBS field which has the parameter "." (dot). Like [var.module;script=[val];subtpl;.]
This parameter is done for that, it helps for cell in HTML tables.

If you don't succeed to found the solution, you can send to me a snippet that reproduces the problem.