N
Neil Donovan
I just tried to create an inline frame on my personal web page. The frame
links to a .PHP page created by the Kerry campaign. The PHP page returns
(or should return) a simple web page with no viewable text and an image
exactly 468 pixels wide and 60 pixels in height. The image itself is a
clickable link to another web page.
My inline frame HTML code is:
<iframe src="http://www.johnkerry.com/feeds/468x60.php" name="468x60"
id="468x60" width="468" height="60" marginwidth="0" marginheight="0"
scrolling="no" frameborder="0" title="John Kerry"><a
href="http://www.johnkerry.com">John Kerry for President</a></iframe>
This does not work! However, if I change either the width parameter or the
height parameter by one of more pixels, it does work. For example, if I
were to change [width="468"] to [width="467"] (ignore the brackets, of
course), this iframe will work just fine. All different kinds of widths and
heights will work ...all of them EXCEPT [width="468"] AND [height="60"].
My personal web page is on an IIS 5 web server that I run.
What the heck is going on?
I appreciate any help you can give me.
Neil Donovan
Salem, Massachusetts USA
links to a .PHP page created by the Kerry campaign. The PHP page returns
(or should return) a simple web page with no viewable text and an image
exactly 468 pixels wide and 60 pixels in height. The image itself is a
clickable link to another web page.
My inline frame HTML code is:
<iframe src="http://www.johnkerry.com/feeds/468x60.php" name="468x60"
id="468x60" width="468" height="60" marginwidth="0" marginheight="0"
scrolling="no" frameborder="0" title="John Kerry"><a
href="http://www.johnkerry.com">John Kerry for President</a></iframe>
This does not work! However, if I change either the width parameter or the
height parameter by one of more pixels, it does work. For example, if I
were to change [width="468"] to [width="467"] (ignore the brackets, of
course), this iframe will work just fine. All different kinds of widths and
heights will work ...all of them EXCEPT [width="468"] AND [height="60"].
My personal web page is on an IIS 5 web server that I run.
What the heck is going on?
I appreciate any help you can give me.
Neil Donovan
Salem, Massachusetts USA