Topic: Bold for small fonts, please.. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10614" title="Pages that link to Topic: Bold for small fonts, please.. (Page 1 of 1)" rel="nofollow" >Topic: Bold for small fonts, please.. <span class="small">(Page 1 of 1)</span>\

 
flyer
Bipolar (III) Inmate

From: Helsingborg, Sweden
Insane since: Oct 2000

posted posted 10-17-2001 13:41

How dou you get this nice bold effect on text of small size?
If you select fontsize "1" in Dreamweaver and press "B" for bold nothing happens.

It has to do with stylesheets, right? I just don't know how to do.. :?

twItch^
Maniac (V) Mad Scientist

From: the west wing
Insane since: Aug 2000

posted posted 10-17-2001 16:36

<font size="1"> is bad. Don't use that.

The style you're looking for is font-size : 10px; font-weight : 900 wrapped around.

SO, make a new document (not in Dreamweaver. Use Notepad or something) with this in it:

.smallbold {
font-size : 10px;
font-weight : 900;
}

Now, back to the HTML document you are editing, put this somewhere between <head> and </head>:

<link rel="stylesheet" href="THE_PATH_TO_THE_SAVED_STYLESHEET.css">

NOW, on the text you're wanting to be small and bold, wrap this around the word/phrase:

<span style="smallbold">text text text text</span>

Make sense?


s t e p h e n

flyer
Bipolar (III) Inmate

From: Helsingborg, Sweden
Insane since: Oct 2000

posted posted 10-18-2001 09:39

Sure, but it still won't work even though I have done as you said.
..strange..

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-18-2001 11:10

flyer: That code that twitch^ gave you should work we'll need to see your code (either a link or just paste it in here - I'd prefer the former).

Emps


You're my wife now Dave

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 10-20-2001 16:02

did you save that file as
for example:
stylesheet.css

and put the right path and file name in the href='...' ?

Allewyn
Maniac (V) Mad Scientist

From: Solitary confinement
Insane since: Feb 2001

posted posted 10-21-2001 04:32

Flyer? You out there? Gotta link for us?

And forgive me if I'm wrong, but wouldn't it be <span class="smallbold">text</span> ?



[This message has been edited by Allewyn (edited 10-21-2001).]



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu