Text overlapping

M

MrKarma

Publisher 2002
URL www.willow-way.com
When people change the font size in their browser it causes the text to
overlap and in some cases makes the site un-readable. Is there a code
fragment or CSS style that can be added to ignore the browser settings?
 
D

David Bartosik [MSFT MVP]

Publisher 2002
URL www.willow-way.com
When people change the font size in their browser it causes the text to
overlap and in some cases makes the site un-readable. Is there a code
fragment or CSS style that can be added to ignore the browser settings?

hmmm, did you code the text yourself? what service pack level are you at?

If CSS is used and a pt size is applied to the text then the browser cannot
modify that text, the text is locked to the CSS. If the font tag is used in
lieu of CSS and the font size attribute is applied to the text then the
browser controls the text by that size attributes number. The number is
linked to the text sizing in the browser.

Now 2002 uses CSS, I don't recall ever seeing the old-fashioned font tag in
2002 code. Yet when I view the source of your page I see the following:

<font face="arial, helvetica" size="2" COLOR="#000000">You will find
everything you need to complement your Soapmaking / Bodycare business and
Willow Way's Custom Designed Equipment.

I see the font tag and the font size attribute which is controled ultimately
by the browser. But I see the CSS style sheet in the page, it's there, I
don't see why it's not applied to that text.

I just fired up a 2002 SP3 web page and could not reproduce it writing a
font tag. Hence my inquiry as to if you wrote that in.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
 
M

MrKarma

Yes, I did hand code the text in an effort to stop the problem.
This site www.soapequipment.com and www.karmamusic.com have not been hand
coded, but have same problem if someone changes the font in the browser.
I'm using service pack SP3

David Bartosik said:
Publisher 2002
URL www.willow-way.com
When people change the font size in their browser it causes the text to
overlap and in some cases makes the site un-readable. Is there a code
fragment or CSS style that can be added to ignore the browser settings?

hmmm, did you code the text yourself? what service pack level are you at?

If CSS is used and a pt size is applied to the text then the browser cannot
modify that text, the text is locked to the CSS. If the font tag is used in
lieu of CSS and the font size attribute is applied to the text then the
browser controls the text by that size attributes number. The number is
linked to the text sizing in the browser.

Now 2002 uses CSS, I don't recall ever seeing the old-fashioned font tag in
2002 code. Yet when I view the source of your page I see the following:

<font face="arial, helvetica" size="2" COLOR="#000000">You will find
everything you need to complement your Soapmaking / Bodycare business and
Willow Way's Custom Designed Equipment.

I see the font tag and the font size attribute which is controled ultimately
by the browser. But I see the CSS style sheet in the page, it's there, I
don't see why it's not applied to that text.

I just fired up a 2002 SP3 web page and could not reproduce it writing a
font tag. Hence my inquiry as to if you wrote that in.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
 
M

MrKarma

David,
I think I solved the problem, kind of?
I went to a site I built and used no hand coding and it did not resize when
I change the font www.awmlaw.com . So I think because I'm using some of my
own coding inserting with the code fragment, I'm confusing the browser. I
guess it's time to learn more about CSS.

David Bartosik said:
Publisher 2002
URL www.willow-way.com
When people change the font size in their browser it causes the text to
overlap and in some cases makes the site un-readable. Is there a code
fragment or CSS style that can be added to ignore the browser settings?

hmmm, did you code the text yourself? what service pack level are you at?

If CSS is used and a pt size is applied to the text then the browser cannot
modify that text, the text is locked to the CSS. If the font tag is used in
lieu of CSS and the font size attribute is applied to the text then the
browser controls the text by that size attributes number. The number is
linked to the text sizing in the browser.

Now 2002 uses CSS, I don't recall ever seeing the old-fashioned font tag in
2002 code. Yet when I view the source of your page I see the following:

<font face="arial, helvetica" size="2" COLOR="#000000">You will find
everything you need to complement your Soapmaking / Bodycare business and
Willow Way's Custom Designed Equipment.

I see the font tag and the font size attribute which is controled ultimately
by the browser. But I see the CSS style sheet in the page, it's there, I
don't see why it's not applied to that text.

I just fired up a 2002 SP3 web page and could not reproduce it writing a
font tag. Hence my inquiry as to if you wrote that in.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
 
D

David Bartosik [MSFT MVP]

In your code just take out the font tag and use one of the font classes in
the Publisher styles.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com

MrKarma said:
Yes, I did hand code the text in an effort to stop the problem.
This site www.soapequipment.com and www.karmamusic.com have not been hand
coded, but have same problem if someone changes the font in the browser.
I'm using service pack SP3

David Bartosik said:
Publisher 2002
URL www.willow-way.com
When people change the font size in their browser it causes the text to
overlap and in some cases makes the site un-readable. Is there a code
fragment or CSS style that can be added to ignore the browser settings?

hmmm, did you code the text yourself? what service pack level are you at?

If CSS is used and a pt size is applied to the text then the browser cannot
modify that text, the text is locked to the CSS. If the font tag is used in
lieu of CSS and the font size attribute is applied to the text then the
browser controls the text by that size attributes number. The number is
linked to the text sizing in the browser.

Now 2002 uses CSS, I don't recall ever seeing the old-fashioned font tag in
2002 code. Yet when I view the source of your page I see the following:

<font face="arial, helvetica" size="2" COLOR="#000000">You will find
everything you need to complement your Soapmaking / Bodycare business and
Willow Way's Custom Designed Equipment.

I see the font tag and the font size attribute which is controled ultimately
by the browser. But I see the CSS style sheet in the page, it's there, I
don't see why it's not applied to that text.

I just fired up a 2002 SP3 web page and could not reproduce it writing a
font tag. Hence my inquiry as to if you wrote that in.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
 

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