Log in

View Full Version : Integrating cutnews/Iframe


Jagsman
08-03-2008, 09:43 AM
I have a cutenews website and a vbulletin forum

I want to have the forum integrated physically into the cutenews website

So you you go on the website, click forums and it's like this:

Website Header

FORUMS

Website Footer

Any ideas?

Thank you,

Dismounted
08-03-2008, 10:14 AM
You can edit the vBulletin templates to match your Cutenews style.

Jagsman
08-03-2008, 11:08 AM
I tried to an iframe but it jus shows as a little box with scroll bars.

How do i increase the size of the box?

Adam21
08-03-2008, 11:22 AM
Set the width or height in the iframe code.

Jagsman
08-03-2008, 01:47 PM
<iframe src="community">
Text to display if the viewer's browser doesn't support inline frames.
</iframe>

That's the only code I have.

TheInsaneManiac
08-03-2008, 01:55 PM
<iframe src="community" height="10" width="10">

Change the red numbers to support your needs.