WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Page is not apearing in Mozilla

 
   Home -> Office other -> Programming RSS
Next:  Picture Hotspot Link to Access DB  
Author Message
mcook1986

External


Since: Sep 29, 2008
Posts: 2



(Msg. 1) Posted: Mon Sep 29, 2008 8:49 pm
Post subject: Page is not apearing in Mozilla
Archived from groups: microsoft>public>frontpage>programming (more info?)

I have a church website and can't get the words to show up in Mozilla. It is
almost correct in IE. it is not perfect but it is close website:
www.kirkwooducc.org
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 2) Posted: Tue Sep 30, 2008 7:47 am
Post subject: Re: Page is not apearing in Mozilla [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The text colour in tables is set to transparent in the theme - this
means the text will take on the same color as the background. Mozzilla
uses this colour, and thus the text is invisible. IE uses the <body>
text colour.

FYI, the text is too small for some people, and changing the text size
makes the page unreadable. You should NOT use absolute positioning for
layout - try using tables.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"mcook1986" <mcook1986 RemoveThis @discussions.microsoft.com> wrote in message
news:C8E11622-ED8A-4E04-8CF1-001DEF9F061F@microsoft.com:

> I have a church website and can't get the words to show up in Mozilla. It is
> almost correct in IE. it is not perfect but it is close website:
> www.kirkwooducc.org
Back to top
Login to vote
mcook1986

External


Since: Sep 29, 2008
Posts: 2



(Msg. 3) Posted: Wed Oct 01, 2008 3:11 pm
Post subject: Re: Page is not apearing in Mozilla [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for your help. Could you tell me why when I uploaded the site it
was okay in IE, however the theme banner and side buttons didn't appear. Am I
missing something else.

"Ronx" wrote:

> The text colour in tables is set to transparent in the theme - this
> means the text will take on the same color as the background. Mozzilla
> uses this colour, and thus the text is invisible. IE uses the <body>
> text colour.
>
> FYI, the text is too small for some people, and changing the text size
> makes the page unreadable. You should NOT use absolute positioning for
> layout - try using tables.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "mcook1986" <mcook1986 RemoveThis @discussions.microsoft.com> wrote in message
> news:C8E11622-ED8A-4E04-8CF1-001DEF9F061F@microsoft.com:
>
> > I have a church website and can't get the words to show up in Mozilla. It is
> > almost correct in IE. it is not perfect but it is close website:
> > www.kirkwooducc.org
>
>
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 4) Posted: Thu Oct 02, 2008 7:54 am
Post subject: Re: Page is not apearing in Mozilla [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

1) The background image does not show - this is linked to a file on
your computer, and I cannot access it.
<body background="file:///C:/KUCC/spunglasbackground.jpg"
bgproperties="fixed" leftmargin="8">

Remove file:///C:/KUCC/ from the link.


2) The left navigation is set to display as text. Right click the
navigation bar and change the properties to display graphics using the
page's theme.

3) There is no theme on the page. If you want the nav. bar and banner
to display as images, then apply a theme.

4) Remove the height attribute from <table tags. This is invalid HTML,
and may cause rendering problems in some browsers if the user changes
the font size, example tablet PC users using large fonts on a very high
resolution screen. You can leave the height attributes on <td tags -
these should accommodate changes in text size without too many problems.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"mcook1986" <mcook1986.TakeThisOut@discussions.microsoft.com> wrote in message
news:8D7FE6E2-544D-4849-B847-16F67829EC5C@microsoft.com:

> Thank you for your help. Could you tell me why when I uploaded the site it
> was okay in IE, however the theme banner and side buttons didn't appear. Am I
> missing something else.
>
> "Ronx" wrote:
>
> > The text colour in tables is set to transparent in the theme - this
> > means the text will take on the same color as the background. Mozzilla
> > uses this colour, and thus the text is invisible. IE uses the <body>
> > text colour.
> >
> > FYI, the text is too small for some people, and changing the text size
> > makes the page unreadable. You should NOT use absolute positioning for
> > layout - try using tables.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "mcook1986" <mcook1986.TakeThisOut@discussions.microsoft.com> wrote in message
> > news:C8E11622-ED8A-4E04-8CF1-001DEF9F061F@microsoft.com:
> >
> > > I have a church website and can't get the words to show up in Mozilla. It is
> > > almost correct in IE. it is not perfect but it is close website:
> > > www.kirkwooducc.org
> >
> >
Back to top
Login to vote
Healing Hypnotist

External


Since: Oct 31, 2008
Posts: 1



(Msg. 5) Posted: Fri Oct 31, 2008 10:27 am
Post subject: Re: Page is not apearing in Mozilla [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ron,

I see how easily you were able to help the Kirkwood website and would
appreciate any help you could offer me.

I recently created my website using Frontpage 2003 however it does not
appear correctly in Mozilla either.

Would appreciate any comments to help me out; www.thehealinghypnotist.com

Thank you greatly,
Brenda

"Ronx" wrote:

> 1) The background image does not show - this is linked to a file on
> your computer, and I cannot access it.
> <body background="file:///C:/KUCC/spunglasbackground.jpg"
> bgproperties="fixed" leftmargin="8">
>
> Remove file:///C:/KUCC/ from the link.
>
>
> 2) The left navigation is set to display as text. Right click the
> navigation bar and change the properties to display graphics using the
> page's theme.
>
> 3) There is no theme on the page. If you want the nav. bar and banner
> to display as images, then apply a theme.
>
> 4) Remove the height attribute from <table tags. This is invalid HTML,
> and may cause rendering problems in some browsers if the user changes
> the font size, example tablet PC users using large fonts on a very high
> resolution screen. You can leave the height attributes on <td tags -
> these should accommodate changes in text size without too many problems.
> --
> Ron Symonds - Microsoft MVP (Expression)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "mcook1986" <mcook1986.RemoveThis@discussions.microsoft.com> wrote in message
> news:8D7FE6E2-544D-4849-B847-16F67829EC5C@microsoft.com:
>
> > Thank you for your help. Could you tell me why when I uploaded the site it
> > was okay in IE, however the theme banner and side buttons didn't appear. Am I
> > missing something else.
> >
> > "Ronx" wrote:
> >
> > > The text colour in tables is set to transparent in the theme - this
> > > means the text will take on the same color as the background. Mozzilla
> > > uses this colour, and thus the text is invisible. IE uses the <body>
> > > text colour.
> > >
> > > FYI, the text is too small for some people, and changing the text size
> > > makes the page unreadable. You should NOT use absolute positioning for
> > > layout - try using tables.
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "mcook1986" <mcook1986.RemoveThis@discussions.microsoft.com> wrote in message
> > > news:C8E11622-ED8A-4E04-8CF1-001DEF9F061F@microsoft.com:
> > >
> > > > I have a church website and can't get the words to show up in Mozilla. It is
> > > > almost correct in IE. it is not perfect but it is close website:
> > > > www.kirkwooducc.org
> > >
> > >
>
>
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 6) Posted: Fri Oct 31, 2008 6:22 pm
Post subject: Re: Page is not apearing in Mozilla [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The problem with all browsers, except Internet Explorer running on
Windows, is VML graphics.

The text boxes you use for the body text are rendered as poor quality
images in non-IE browsers, and should be avoided. Any links in a text
box will always fail - pictures of links are not links.

See http://www.rxs-enterprises.org/tests/vml-graphics/ for details.


For your Home page, just put the text directly into the table cell - the
text box is not necessary.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Healing Hypnotist" <Healing Hypnotist.DeleteThis@discussions.microsoft.com> wrote
in message news:61EB5E28-42F9-42E1-A27C-5A10B82D1891@microsoft.com:

> Hi Ron,
>
> I see how easily you were able to help the Kirkwood website and would
> appreciate any help you could offer me.
>
> I recently created my website using Frontpage 2003 however it does not
> appear correctly in Mozilla either.
>
> Would appreciate any comments to help me out; www.thehealinghypnotist.com
>
> Thank you greatly,
> Brenda
>
> "Ronx" wrote:
>
> > 1) The background image does not show - this is linked to a file on
> > your computer, and I cannot access it.
> > <body background="file:///C:/KUCC/spunglasbackground.jpg"
> > bgproperties="fixed" leftmargin="8">
> >
> > Remove file:///C:/KUCC/ from the link.
> >
> >
> > 2) The left navigation is set to display as text. Right click the
> > navigation bar and change the properties to display graphics using the
> > page's theme.
> >
> > 3) There is no theme on the page. If you want the nav. bar and banner
> > to display as images, then apply a theme.
> >
> > 4) Remove the height attribute from <table tags. This is invalid HTML,
> > and may cause rendering problems in some browsers if the user changes
> > the font size, example tablet PC users using large fonts on a very high
> > resolution screen. You can leave the height attributes on <td tags -
> > these should accommodate changes in text size without too many problems.
> > --
> > Ron Symonds - Microsoft MVP (Expression)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "mcook1986" <mcook1986.DeleteThis@discussions.microsoft.com> wrote in message
> > news:8D7FE6E2-544D-4849-B847-16F67829EC5C@microsoft.com:
> >
> > > Thank you for your help. Could you tell me why when I uploaded the site it
> > > was okay in IE, however the theme banner and side buttons didn't appear. Am I
> > > missing something else.
> > >
> > > "Ronx" wrote:
> > >
> > > > The text colour in tables is set to transparent in the theme - this
> > > > means the text will take on the same color as the background. Mozzilla
> > > > uses this colour, and thus the text is invisible. IE uses the <body>
> > > > text colour.
> > > >
> > > > FYI, the text is too small for some people, and changing the text size
> > > > makes the page unreadable. You should NOT use absolute positioning for
> > > > layout - try using tables.
> > > > --
> > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > >
> > > > http://www.rxs-enterprises.org/fp
> > > >
> > > >
> > > >
> > > >
> > > > "mcook1986" <mcook1986.DeleteThis@discussions.microsoft.com> wrote in message
> > > > news:C8E11622-ED8A-4E04-8CF1-001DEF9F061F@microsoft.com:
> > > >
> > > > > I have a church website and can't get the words to show up in Mozilla. It is
> > > > > almost correct in IE. it is not perfect but it is close website:
> > > > > www.kirkwooducc.org
> > > >
> > > >
> >
> >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Programming All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET