![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
"Andrew Thompson" <SeeMySites (AT) www (DOT) invalid> wrote in message On Sat, 07 Aug 2004 17:10:16 GMT, Brett Baisley wrote: I am trying to figure out how to change the default font-family and font-size. ... head ... body { font-family: Arial, sans-serif; font-size: 100%; } /style /head Ok, that seems to work ok by changing the font to arial, but now I would like to make the font size 10px. |
|
..I tried font-size: 10px but it doesn't change. Is there a way to force the change? |
#3
| |||
| |||
|
|
It is considered back practice to attempt to force a particular font size on the end user. What happens if the end user is visually impaired and tries to set View->Text Size->Larger? The whole purpose of HTML is NOT to enforce your preferences on the end user. |
#4
| |||
| |||
|
|
Ok, that seems to work ok by changing the font to arial, but now I would like to make the font size 10px. I tried font-size: 10px but it doesn't change. Is there a way to force the change? |
#5
| |||
| |||
|
|
Brett Baisley wrote: Ok, that seems to work ok by changing the font to arial, but now I would like to make the font size 10px. I tried font-size: 10px but it doesn't change. Is there a way to force the change? Why force a unreadable font size to your visitors? At least use em or percent insted of px (or pt) so also IE users can change to larger size if they need it, before they are able to read the content on your pages. -- /Arne |
#6
| |||
| |||
|
|
Brett Baisley wrote: Ok, that seems to work ok by changing the font to arial, but now I would like to make the font size 10px. I tried font-size: 10px but it doesn't change. Is there a way to force the change? Why force a unreadable font size to your visitors? At least use em or percent insted of px (or pt) so also IE users can change to larger size if they need it, before they are able to read the content on your pages. -- /Arne And sorry for top posting. I perfer it that way, as then the most recent |
#7
| |||
| |||
|
|
"Arne" <arne (AT) luras (DOT) nu> wrote in message news:Pn9Rc.100251$dP1.346916 (AT) newsc (DOT) telia.net... Brett Baisley wrote: Ok, that seems to work ok by changing the font to arial, but now I would like to make the font size 10px. I tried font-size: 10px but it doesn't change. Is there a way to force the change? Why force a unreadable font size to your visitors? At least use em or percent insted of px (or pt) so also IE users can change to larger size if they need it, before they are able to read the content on your pages. -- /Arne Ok, I was going to hardcode my H1, H2, H3, etc because I don't like the default jumps in between them. Like H1 is too big for what I want, and H2 is just a bit too small. I am using CSS to modify them, but I'll just set the percentages to acheive the style I am looking for. Is that a better way then setting the size? Or am I still wrong? |
#8
| |||
| |||
|
|
And sorry for top posting. I perfer it that way, as then the most recent reply is at the top. I didn't realize most people don't. |
|
..I don't use newsgroups enough to know these things. |
#9
| |||
| |||
|
|
There are a variety of handy resources you can look out for, fortunately J.R.N. |
|
...recently collected a lot of them together into the, what is it, oh yeah.. "Welcome to comp.infosystems.www.authoring.stylesheets, this is our newsgroup FAQ v2.00 " |
#10
| |||
| |||
|
|
"Arne" <arne (AT) luras (DOT) nu> wrote in message news:Pn9Rc.100251$dP1.346916 (AT) newsc (DOT) telia.net... Brett Baisley wrote: Ok, that seems to work ok by changing the font to arial, but now I would like to make the font size 10px. I tried font-size: 10px but it doesn't change. Is there a way to force the change? Why force a unreadable font size to your visitors? At least use em or percent insted of px (or pt) so also IE users can change to larger size if they need it, before they are able to read the content on your pages. -- /Arne And sorry for top posting. I perfer it that way, as then the most recent reply is at the top. I didn't realize most people don't. I don't use newsgroups enough to know these things. |
![]() |
| Thread Tools | |
| Display Modes | |
| |