ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > RocketCake
forum topic indicator Tables
person icon
guest_paul
Guest
Quote
2026-06-03 18:28:24

I'm new to RC and have a simple problem with tables. If I type text in directly all is ok, but if I paste it in there is a large space below the text in the cell. I can't see how to rectify this.

person icon
erik
Registered User
Quote
2026-06-03 21:49:08

Maybe you have newlines afterwards? You can just delete them. Or drag the table line to make the cell fitting?

person icon
guest_paul
Guest
Quote
2026-06-03 22:39:27

Thanks for replying.
There is nothing below the pasted test and I've looked for invisible characters. The line at the bottom of cell can't be moved up.
It makes no difference whether the text is pasted from an external source of from within RC.

person icon
niko
Moderator
Quote
2026-06-04 09:58:13

I wasn't able to reproduce the problem you describe - what are you copying exactly? Or maybe you could post a screenshot or upload your .rcd file?

person icon
guest_paul
Guest
Quote
2026-06-04 12:00:11

I have created two screenshots, which I've uploaded to the website page below:

RC1 is as created and RC2 is what Preview shows


https://www.portisheadweb.org.uk/test.htm

person icon
niko
Moderator
Quote
2026-06-04 12:51:48

Thanks for reporting!
I was now able to reproduce the issue. I'll see if this can be fixed with the next update!

In the meantime, to rectify the problem, you could add a JavaScript like this to your site, forcing the table to have auto heights for their cells:

document.querySelectorAll('table td').forEach(cell => {
if (cell.hasAttribute('height'))
cell.removeAttribute('height');
const computedHeight = window.getComputedStyle(cell).height;
if (computedHeight && computedHeight !== 'auto') {
cell.style.setProperty('height', 'auto', 'important');
}
});


person icon
guest_paul
Guest
Quote
2026-06-04 13:15:13

Thanks very much for the quick reply


Create reply:










 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






Copyright© Ambiera e.U. all rights reserved.
Contact | Imprint | Products | Privacy Policy | Terms and Conditions |