iframe does not show page

B

Bart

Hi, i'm using iframe's on a website, but when i click on a relative href the
content of the iframe is blanc.
If I don't use iframe's it is working graet.
You can see the problem at www.creati.be/default-old.htm
click on any menu item and you get a blanc iframe
goto www.creati.be where i don't use an iframe and everything works ok.
What could be the problem?
Thanks
Bart
 
B

Bob Lehmann

They look identical to me. But, I use Firefox so maybe this crud is creating
that....

<!--[if gte vml 1]><v:rect id="_x0000_s1066" alt="Een trio van groen,
salalblaadjes en roosjes"
style='position:absolute;left:426pt;top:150pt;width:128pt;height:96pt;

z-index:10;visibility:visible;mso-wrap-edited:f;mso-wrap-distance-left:2.88p
t;
mso-wrap-distance-top:2.88pt;mso-wrap-distance-right:2.88pt;
mso-wrap-distance-bottom:2.88pt' o:preferrelative="t" filled="f"
fillcolor="white [7]"
stroked="f" strokecolor="#996 [2]" o:cliptowrap="t">
<v:fill color2="olive [0]"/>
<v:stroke dashstyle="dash">
<o:left v:ext="view" dashstyle="dash" color="#996 [2]" joinstyle="miter"/>
<o:top v:ext="view" dashstyle="dash" color="#996 [2]" joinstyle="miter"/>
<o:right v:ext="view" dashstyle="dash" color="#996 [2]"
joinstyle="miter"/>
<o:bottom v:ext="view" dashstyle="dash" color="#996 [2]"
joinstyle="miter"/>
<o:column v:ext="view" color="olive [0]" color2="white [7]"/>
</v:stroke>
<v:imagedata src="index_files/image340.jpg" o:title="jeep 055"/>
<v:shadow color="#ccc [4]"/>
<v:path insetpenok="f"/>
<o:lock v:ext="edit" aspectratio="t" shapetype="t"/>
</v:rect><![endif]-->Bob Lehmann
 
S

Stefan B Rusynko

Try removing the shape art and replacing it w/ just text links to test it
- I don't see anywhere you are setting a target in your links to the iframe name

FYI
Shape art is only supported by IE and if make very complicated code just for the simple link you have
IMHO use std images and JavaScript instead



| Hi, i'm using iframe's on a website, but when i click on a relative href the
| content of the iframe is blanc.
| If I don't use iframe's it is working graet.
| You can see the problem at www.creati.be/default-old.htm
| click on any menu item and you get a blanc iframe
| goto www.creati.be where i don't use an iframe and everything works ok.
| What could be the problem?
| Thanks
| Bart
 
B

Bart

I have created the main site in publisher, because centering in Publisher is
not possible I try to solve it by a main page in frontpage with iframes. So
I'm agree that Publisher is generating complex html for shape art, but I
don't see any option in Publisher for a work arround.
Any idea?
 
S

Stefan B Rusynko

For what you are doing you don't need iframes or Publisher
Just create your entire site in FP (not using files from Publisher)
- if you really want some sort of frames use a frames template page from FP
- use FP 2003 Interactive buttons for the nav



| I have created the main site in publisher, because centering in Publisher is
| not possible I try to solve it by a main page in frontpage with iframes. So
| I'm agree that Publisher is generating complex html for shape art, but I
| don't see any option in Publisher for a work arround.
| Any idea?
|
| "Stefan B Rusynko" wrote:
|
| > Try removing the shape art and replacing it w/ just text links to test it
| > - I don't see anywhere you are setting a target in your links to the iframe name
| >
| > FYI
| > Shape art is only supported by IE and if make very complicated code just for the simple link you have
| > IMHO use std images and JavaScript instead
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | Hi, i'm using iframe's on a website, but when i click on a relative href the
| > | content of the iframe is blanc.
| > | If I don't use iframe's it is working graet.
| > | You can see the problem at www.creati.be/default-old.htm
| > | click on any menu item and you get a blanc iframe
| > | goto www.creati.be where i don't use an iframe and everything works ok.
| > | What could be the problem?
| > | Thanks
| > | Bart
| >
| >
| >
 
Top