Is it possible?

Jambone

New Member
Messages
20
Reaction score
0
Points
0
Is it possible to embed the forum onto a webpage so i can still have a custom navbar round it, instead of the page just being the forum?
 

Mikey

New Member
Messages
102
Reaction score
0
Points
0
Try using frames:

Code:
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame name="conr_main_frame" src="LINK TO FORUM">
</frameset>

<noframes>
 

Jambone

New Member
Messages
20
Reaction score
0
Points
0
That sorta worked, but it just put the forum on the main page, not in a limited size box :(
 

Walthamboy

New Member
Messages
7
Reaction score
0
Points
0
try this.. it works for me
this is the code


<iframe name="InlineFrame1" id="InlineFrame1" width="864" height="568" src="LINK GOES HERE" frameborder="0"></iframe>
 
Last edited:
Top