Limiting size of forum
Posted by
rev.ian on
Feb 05, 2017; 9:05pm
URL: https://support.nabble.com/Limiting-size-of-forum-tp7597718.html
Hi
I am trying to put my forum on to my website but limit its size (have a scroll bar) I have done this through Iframe, and the scroll bar woks perfectly.
However I am having a problem with the Captcha code not showing for anonymous users, which is needed.
Has anyone come across this do you know how to fix it?
the code is:
<iframe name="Forum" src="
http://join-the-conversation.2368534.n4.nabble.com/" width="750" height="600" frameborder="0" scrolling="auto"></iframe>
Thanks