|
| Notices |
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Aug 25, 2003, 08:02 AM
|
#1
|
|
Banned
Join Date: Nov 2002
Location: In clothing
Posts: 3,510
|
I can't adjust the size of my sig
I want my sig to be set up like this, but thr size settings will never take effect, whats going on?
Computer 1: AXP 2100+@2345MHz~3000+ 138MHz FSB | r9700pro@366/346 Omega drivers | 768M Crucial pc-133 ram 2-2-2-6 138MHz | Soundblaster audigy 1 on KX drivers | 4 80gig western digital 7200rpm 8MB cache in raid 0
Computer 2:AXP 1800+@stock | R9500np modded to r9700pro@ 324/310 | 60Gig 7200rpm 2mb cache maxtor | 256M Generic PC2700@133/ 2-2-2-5
Compter 3:PIII933@960 (what a crappy overclocker) | 512M of micron pc133 cas 2 ram @ 137MHz/ 2-2-2-5 | 20Gig 7200RPM 2MB cache WD | Gainward GF4Ti@328/60 (Somethings screwed up with the ram)
Computer 4: PII400 | Voodoo 5 6000 | 128M ram | 2G HD (This computer was basicly built for testing individual components, it has no case so I can swap things around quickly)
Gainward is the best Geforce manufacturer!
"Sorry I'm late, but I wasn't on time"
|
|
|
Aug 25, 2003, 08:03 AM
|
#2
|
|
Banned
Join Date: Nov 2002
Location: In clothing
Posts: 3,510
|
Computer 1: AXP 2100+@2345MHz~3000+ 138MHz FSB | r9700pro@366/346 Omega drivers | 768M Crucial pc-133 ram 2-2-2-6 138MHz | Soundblaster audigy 1 on KX drivers | 4 80gig western digital 7200rpm 8MB cache in raid 0 Computer 2:AXP 1800+@stock | R9500np modded to r9700pro@ 324/310 | 60Gig 7200rpm 2mb cache maxtor | 256M Generic PC2700@133/ 2-2-2-5 Compter 3:PIII933@960 (what a crappy overclocker) | 512M of micron pc133 cas 2 ram @ 137MHz/ 2-2-2-5 | 20Gig 7200RPM 2MB cache WD | Gainward GF4Ti@328/60 (Somethings screwed up with the ram) Computer 4: PII400 | Voodoo 5 6000 | 128M ram | 2G HD (This computer was basicly built for testing individual components, it has no case so I can swap things around quickly) Gainward is the best Geforce manufacturer! "Sorry I'm late, but I wasn't on time"
Nothing is working, it won't even adjust its size when I post it in a regular message.
|
|
|
Aug 25, 2003, 08:06 AM
|
#3
|
|
F*&k The Police
Join Date: May 2003
Location: Boston, US
Posts: 2,103
|
What code are you using?
Try [*SIZE=xxx-small] blablablablabla[*/SIZE]
obviously without the star, your probably doing SIZE=0, or 1.
|
|
|
Aug 25, 2003, 08:12 AM
|
#4
|
|
Banned
Join Date: Nov 2002
Location: In clothing
Posts: 3,510
|
I tried size=10
does this work?
|
|
|
Aug 25, 2003, 08:23 AM
|
#5
|
|
F*&k The Police
Join Date: May 2003
Location: Boston, US
Posts: 2,103
|
nsafklhfifafhairoiowaoriuoiwroiwaeuiowaeiowoiwoioi soihfihohioafihoaihoafsihfasihoihsoffhi1h2h2121f89 h2f21h9h298ffh298hf21898hf192hf2819hf2189h8f22f8h1 218f9h2ff
Try SIZE=10, or SIZE=11, the text above is 11, might work for you....
Last edited by tek; Aug 25, 2003 at 08:28 AM.
|
|
|
Aug 25, 2003, 08:26 AM
|
#6
|
|
Banned
Join Date: Nov 2002
Location: In clothing
Posts: 3,510
|
It's not working for you either huh?
|
|
|
Aug 25, 2003, 08:34 AM
|
#7
|
|
Burned
Join Date: May 2002
Posts: 29,662
|
it does on the blue theme but the new theme No.
as we're using a strict DOCTYPE is has to be valid
Colour codes like ffccaa now need to be #ffccaa
Size needs a unit. So [size=16] no longer works. Instead use [size=16px] for pixels or 85% for a percentage of the base font size (my preference).
(taken from uberlords post in mod forum), please direct all comments and queries to cyborg.
|
|
|
Aug 25, 2003, 08:34 AM
|
#8
|
|
Mostly lurking lately....
Join Date: Jun 2002
Location: U.S.A.
Posts: 1,983
|
For my sig, I use "size=10". Don't know if that helps.
|
|
|
Aug 25, 2003, 08:36 AM
|
#9
|
|
Banned
Join Date: Nov 2002
Location: In clothing
Posts: 3,510
|
[size=16px]Does this work?[/size]
|
|
|
Aug 25, 2003, 08:37 AM
|
#10
|
|
Burned
Join Date: May 2002
Posts: 29,662
|
Quote:
Originally posted by craig588
[size=16px]Does this work?[/size]
|
its 16 pixels yes.
|
|
|
Aug 25, 2003, 09:05 AM
|
#11
|
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,177
|
To expand on what Zardon said:
The blue heaven style was written to work with browsers in non-standards mode.
This new style is not, meaing, [color=ffcc00] is invalid, and you need [color=#ffcc00]. The way you were doing it before was not valid, however, in non-standards mode, the browser assumes you meant to have a # there.
The same thing applies to sizing, before, when I didn't have a valid HTML DTD, the browser would run in quirks mode, and would assume you meant pixels if you typed in [size=16], you must now specify what unit you are using:
px = pixels
pt = points
% = percentage relative to the size around it.
Example usage: [size=16px], [size=10pt], [size=85%].
|
|
|
Aug 25, 2003, 05:08 PM
|
#12
|
|
DriverHeaven Junior Member
Join Date: May 2003
Location: error.
Posts: 50
|
Also note that it is possible to shorten the hex colors: #ffcc00 -> #fc0 or #112233 -> #123
|
|
|
|
|
|