Frontpage and Safari compatibility problems

R

rljohnson32

I've been told that websites in Frontpage do not display correctly in Apple's
Safari browser. Has this been fixed or is this a continuing issue?
 
B

Bob Lehmann

The same thing happens in NotePad, or any other editor, for that matter.

The key is to learn a little bit about what you are doing (HTML, CSS) so you
can avoid problems.

Bob Lehmann
 
M

Murray

I've been told that the tooth fairy exists, too! 8)

Ignore these legends.

It's HTML.
 
R

rljohnson32

Apple's Safari users site has posted numerous compatibility issues with
Frontpage. If those who are responding use Safari and have no problem
accessing sites developed in Frontpage, please let me know.
 
M

Murray

The issue is not FP but the user of the FP. It's more than possible to do
things with FP, as it is with any HTML authoring system, that will be
incompatible with any given browser at any given time. This is where the
user's skill comes in.
 
G

gunther123

I am a PC user but I have been told several times that some of the web sites
that I have created using FrontPage 2003 are showing no text on the page.

My typical web site design is to use a two cell table w/ a FrontPage
navigation component in the left cell and my content in the right cell. I
then apply a theme to the site and call it a day. In other words, I'm not
doing anything all that complex. Therefore, I am not familiar with any other
issues between FrontPage created web sites and the Safari browser. However,
I do know that this particular issue is very common for my situation and
since my situation appears to me to be very simple, I assume this most likely
applies to many others as well.

I have tracked the problem down to the use of the themes. In particular, I
have found that Safari does not display the normal text that is contained in
a table cell. I'm not sure if this applies to all themes or not. The code
that is causing the problem is in the CSS for the theme. The particular CSS
code that is causing the problem is:

TABLE{
table-border-color-light:#3366FF;
table-border-color-dark:#003399;
border-color:#003399;
color:transparent;
}

The problem is the "color:transparent" declaration. By commenting this
delaration out, the text is displayed correctly in the Safari browser.

Another work around that I came across (but have not tested thoroughly) is
to customize the theme, save it as a copy and then apply the copy to the web
site. For whatever reason, it seems that when FrontPage saves the customized
theme, it corrects/removes the offending declaration. In my testing, I
didn't even need to make a change to the theme, I just opened it up for
customization and then immediately saved a copy of it.

This has been my biggest pet peave with FrontPage. I hope they correct this
in Expression Web Designer!

Hope this helps.

-Mike
 
G

gunther123

Correction. I DID have to make a change to the customized theme before FP
would correct the CSS. However, the change was not significant. I cut a
font list out of the Body text font field and then pasted it back in. In
other words, I didn't really make any change but I did something that made FP
think that a change was made and needed to be saved.

-mike
 

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

Top