Topic: Simple question about extern.php

Hi! I have made a web page in html and would like to show the latest active topics from my forum there.

I have achieved something, but it looks like shit.

I have used extern.php and iframe?

<iframe name="forum" src="http://brunna.se/forum/extern.php?action=active&show=1&fid=5,7,8,3" WIDTH=174 HEIGHT=68 frameborder="0" scrolling="auto"></iframe></TD>

?and it looks like this:

http://www.brunna.se/help.JPG

How can I make the text and background in the same style as the rest of the site?

hej!

Re: Simple question about extern.php

You have to style it with CSS. I have no idea how your page markup looks, so I can't help you.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Simple question about extern.php

Question 2 : where is the interest to put it inside an iframe ?

Re: Simple question about extern.php

Because I am terrible in HTML. big_smile

Is it any other easy way? smile

hej!

Re: Simple question about extern.php

<?php include "http://brunna.se/forum/extern.php?action=active&show=1&fid=5,7,8,3"; ?>

and make sure its a .php file