HighDots Forums  

Font/Changes not wanted

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Font/Changes not wanted in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill
 
Posts: n/a

Default Font/Changes not wanted - 02-05-2008 , 07:36 PM






I'm making minor changes to our organization website. Someone else set
this up and I just want to add text to an existing web page.

When I add an Unordered List, the font changes, possibly from Arial to
Times, it gets larger and the color changes. I mean the items in the
list are a different font and color from the paragraph before it. I'm
not adding any HTML code that changes the font or color. There's no
code in the paragraph or list that changes the font or color.

QUESTION: Why is the font and color changing?

Could it be style sheets? Is there a code, a category for style sheets
for lists? I can't find any code for this.

If you'd like to look at the web page, it's at:
http://www.edenir.org/profile_frameset.html

Thank you,
Bill

Reply With Quote
  #2  
Old   
rf
 
Posts: n/a

Default Re: Font/Changes not wanted - 02-05-2008 , 08:00 PM







"Bill" <bill_activist (AT) yahoo (DOT) com> wrote

Quote:
I'm making minor changes to our organization website. Someone else set
this up and I just want to add text to an existing web page.

When I add an Unordered List, the font changes, possibly from Arial to
Times, it gets larger and the color changes. I mean the items in the
list are a different font and color from the paragraph before it. I'm
not adding any HTML code that changes the font or color. There's no
code in the paragraph or list that changes the font or color.

QUESTION: Why is the font and color changing?
Because the original author only specified font-family for <p> elements, not
<ul> elements.\

Move the font-family to the <body> element.

--
Richard.




Reply With Quote
  #3  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Font/Changes not wanted - 02-05-2008 , 08:29 PM



Beauregard T. Shagnasty wrote:
Quote:
Bill wrote:

I'm making minor changes to our organization website. Someone else set
this up and I just want to add text to an existing web page.

When I add an Unordered List, the font changes, possibly from Arial
to Times, it gets larger and the color changes. I mean the items in
the list are a different font and color from the paragraph before it.
I'm not adding any HTML code that changes the font or color. There's
no code in the paragraph or list that changes the font or color.

QUESTION: Why is the font and color changing?

The list is the standard font and color, inherited from <body>.

body bgcolor="#FFFFFF" text="#336699" link="#336699" vlink="#336699"
alink="#336699"
That's funny--I never knew that the body element had a text attribute in
any version of HTML. I recall fgcolor.


Reply With Quote
  #4  
Old   
rf
 
Posts: n/a

Default Re: Font/Changes not wanted - 02-05-2008 , 09:29 PM




"Harlan Messinger" <hmessinger.removethis (AT) comcast (DOT) net> wrote

Quote:
Beauregard T. Shagnasty wrote:
Bill wrote:

body bgcolor="#FFFFFF" text="#336699" link="#336699" vlink="#336699"
alink="#336699"

That's funny--I never knew that the body element had a text attribute in
any version of HTML. I recall fgcolor.
http://www.w3.org/TR/html401/struct/...html#adef-text

No fgcolor. You thinking of bgcolor?

--
Richard.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.