inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Aug 31, 2005 6:34:40 GMT -8
I have noticed that some forums in terms of making the text bigger or smaller when viewing, can be done by holding down the Ctrl button on your keyboard and scrolling up or down with your mouse. However, some forums you cannot do this for whatever reason.
Some forums you can do this, and some you can't.
Is there a code that will keep the text on your forum the same size no matter if someone tries to do this or not?
Thank you for any efforts...
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Aug 31, 2005 7:51:12 GMT -8
I have noticed that some forums in terms of making the text bigger or smaller when viewing, can be done by holding down the Ctrl button on your keyboard and scrolling up or down with your mouse. However, some forums you cannot do this for whatever reason. Some forums you can do this, and some you can't. Is there a code that will keep the text on your forum the same size no matter if someone tries to do this or not? Thank you for any efforts... <style type="text/css"> <!-- td,.windowbg,.windowbg2 { font-size: #HEX COLOUR; } //--> </style>
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Aug 31, 2005 11:40:31 GMT -8
I have noticed that some forums in terms of making the text bigger or smaller when viewing, can be done by holding down the Ctrl button on your keyboard and scrolling up or down with your mouse. However, some forums you cannot do this for whatever reason. Some forums you can do this, and some you can't. Is there a code that will keep the text on your forum the same size no matter if someone tries to do this or not? Thank you for any efforts... <style type="text/css"> <!-- td,.windowbg,.windowbg2 { font-size: #HEX COLOUR; } //--> </style>What is that? This should do it: <style type="text/css"> <!-- body,td,font{font-size: 12px !important;} --> </style>
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 31, 2005 12:46:00 GMT -8
Mind explaining what the purpose of !important is?
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Aug 31, 2005 12:54:38 GMT -8
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Aug 31, 2005 13:18:04 GMT -8
<style type="text/css"> <!-- td,.windowbg,.windowbg2 { font-size: #HEX COLOUR; } //--> </style> What is that? This should do it: <style type="text/css"> <!-- body,td,font{font-size: 12px !important;} --> </style>I gotta brush up on my memory of PB Class names. ;D
|
|
inherit
17569
0
Aug 14, 2023 13:11:03 GMT -8
frufru
11,774
December 2003
frufru
|
Post by frufru on Aug 31, 2005 13:49:23 GMT -8
<style type="text/css"> <!-- td,.windowbg,.windowbg2 { font-size: #HEX COLOUR; } //--> </style> What is that? This should do it: <style type="text/css"> <!-- body,td,font{font-size: 12px !important;} --> </style>if you look at that from a programmer's point of view, wouldn't that mean "not important" since ! means not?
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 31, 2005 13:50:21 GMT -8
Not in CSS apparently But I was wondering the same thing.
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Aug 31, 2005 14:57:43 GMT -8
What is that? This should do it: <style type="text/css"> <!-- body,td,font{font-size: 12px !important;} --> </style>I gotta brush up on my memory of PB Class names. ;D That wasn't why I posted that. You have font-size: then #HEX COLOUR. Those don't exactly go together.
!important is done kind of strange, but it doesn't really matter.
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Aug 31, 2005 17:43:06 GMT -8
Global footers? .....and thanks to all that helped. Edit: Got it! It works perfectly!
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Aug 31, 2005 23:46:09 GMT -8
whoops. ;D
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 1, 2005 4:27:50 GMT -8
Here is a litle extra info on the "important" declaration.... CLICK
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Sept 1, 2005 11:15:21 GMT -8
Here is a litle extra info on the "important" declaration.... CLICKThat's the same link I gave.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 1, 2005 23:39:43 GMT -8
Here is a litle extra info on the "important" declaration.... CLICKThat's the same link I gave. Oops, lol. Sorry
|
|
a_leon
Junior Member
Posts: 383
inherit
37173
0
May 8, 2006 11:42:08 GMT -8
a_leon
383
February 2005
zerocruel
|
Post by a_leon on Sept 2, 2005 8:23:29 GMT -8
That's the same link I gave. Oops, lol. Sorry N00blet uncle Peter . I remember reading about that awhile ago, then forgot about it. Interesting though. May find a use for it .
|
|