Page 1 of 1

portal pages

PostPosted: Fri May 24, 2013 12:34 pm
Author: JMS
My Iframes look decent but my bottom forum link go away when I use them.

The reason I have to use them is the length of the html file I am using, seams when I type in raw html data into the block management it allows me to type 500 lines but when I navigate to the portal page it is acting like a hack. all links gone and page is split into three blank sections.

my iframe coding is this
Code: Select all
<!DOCTYPE html>
<html>
<body>
<iframe src="http://mercnetstudios.com/List/submit.html" width="100%" height="485" align="middle" scrolling="auto"
</iframe>


</body>
</html>


Does the importal not support iframes?

Re: portal pages

PostPosted: Sat May 25, 2013 1:03 pm
Author: Helter
try this

Code: Select all
<iframe src="../../List/submit.html" width="100%" height="485"</iframe>


i think that should be the right level for your forum