Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Singular

Singular Avatar
v4 Studios :: Coming Soon

***
Dedicated Member

238


September 2005
Anyone know how I can make all test on a proboards forum one px, pt or what ever smaller?

Further Solutions :: Hosting :: Scripts :: Templates
furthersolutions.com

v4 Studios - Coming soon

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
By learning CSS. :-X

Moose

Moose Avatar

****
Senior Member

449


August 2005
<style type="text/css">
body
{
font-size: 1px;
}
</style>

Edit where it says 1px and put that in your global header. As for 1px, I have no idea why you want it that small.
Greg says:
Coding music...
Greg says:
Hmm...
Greg says:
I wouldn't rule it out. :P
Chris 3.0 [New features? Yes.] says:
:P
Greg says:
If you think about machine code it's a bunch of 1s and 0s
Chris 3.0 [New features? Yes.] says:
Anything is possible.
Greg says:
Yeah try to code Metallica
Chris 3.0 [New features? Yes.] says:
:P Yeah, I'll get right on that... right after I learn to fly.

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
moose said:
<style type="text/css">
body
{
font-size: 1px;
}
</style>

Edit where it says 1px and put that in your global header. As for 1px, I have no idea why you want it that small.


Aww...no fun... :P

body, td, font, a {
 font-size: 1px
}




Last Edit: Jul 7, 2006 18:07:20 GMT by Aaron

Singular

Singular Avatar
v4 Studios :: Coming Soon

***
Dedicated Member

238


September 2005
Thanks derfleurer! Moose, that changes the body text. It doesn't effect the tables.
Further Solutions :: Hosting :: Scripts :: Templates
furthersolutions.com

v4 Studios - Coming soon

newBookmarkLockedFalling