Iframe boarder

T

Thomas A. Rowe

1. You should be using a FP Include Page component for this info, not an IFrame.

2. To remove the border from the IFrame, change the following in HTML/Code View:

frame border = "0" to frameborder = "0"

3. Also if you want to support 600 x 800 resolution, then you need to set you table width to not
more then 750 to 760 pixels
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
T

Trevor L.

Thomas said:
1. You should be using a FP Include Page component for this info, not
an IFrame.
2. To remove the border from the IFrame, change the following in
HTML/Code View:
frame border = "0" to frameborder = "0"

3. Also if you want to support 600 x 800 resolution, then you need to
set you table width to not more then 750 to 760 pixels

I was wondering whether the contents of the iframe (page-footer.htm) could
just be added to the code, but I assume that it is reused a few times.

Isn't an iframe a good alternative to using include in FP. I have to admit I
have forgotten how to use an include in FP, and this way means that the code
can be edited outside FP without any problems, e..g in your favourite taxt
editor (I use UltraEdit32 which is sensitive to html files, using colour
coding for the various elements)

As an acadamic question, have iframes been deprecated and/or are they still
useable in all browsers?
 
T

Thomas A. Rowe

Trevor,

When you use an IFrame, just like a standard Frameset the page would be indexed by search engine as
separate pages a header and footers should be indexed as part of the page they appear on, not as
separate pages.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formatting tables 1
Top border (again) 7
Page width 2
Table in Popup window 2
Page width (again) 4
Pictures won't publish 6
Hover Bother 6
Picture not displaying 7

Top