Problem with standalone random block

hordash

Joined: 2005-07-22
Posts: 2
Posted: Fri, 2005-07-22 22:15

Hi,

I have a questions for the vetarans.

I have my rand block at http://www.fkbosnatoronto.com/gallery/block-random.php and it's working fine but I cannot istall it on my home page.

I've tried including <!--#include="/gallery/block-random.php" --> in the body as outlined in the install directions for standalone but it does not work.

I've tried including
<?php include("http://www.fkbosnatoronto.com/gallery/block-random.php"); ?> but the page takes forever to open,

Can I include the first block of code in a .html page or it has to be .php?

Cheers,
Hz

 
hordash

Joined: 2005-07-22
Posts: 2
Posted: Fri, 2005-07-22 23:01

**** update ****
I've instead placed the random block within an Iframe.

I have a big question now.

How do you get the thumbs to open in a new window?
I've tried playing around with the PHP code for bloack-random.php but with no luck

Thanks for your time.

Cheers,
hz

 
jawa_pl
jawa_pl's picture

Joined: 2005-10-31
Posts: 3
Posted: Mon, 2005-10-31 14:06
hordash wrote:
**** update ****
I've instead placed the random block within an Iframe.

I have a big question now.

How do you get the thumbs to open in a new window?
I've tried playing around with the PHP code for bloack-random.php but with no luck

Thanks for your time.

Cheers,
hz

To open thumbs in new window insert <base target="_blank"> into <head> section of the page where you use IFrame. Remember that all links will open in the new window until you set tartet="_self" in <a href="" target="_self">.

Good luck
jawa