Closed Thread Icon

Preserved Topic: text-decoration: bold does not exist? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18158" title="Pages that link to Preserved Topic: text-decoration: bold does not exist? (Page 1 of 1)" rel="nofollow" >Preserved Topic: text-decoration: bold does not exist? <span class="small">(Page 1 of 1)</span>\

 
kars10
Bipolar (III) Inmate

From: Europe
Insane since: Mar 2001

posted posted 09-09-2001 17:26

heyallz!
well, I do have a design problem here.
There are those cool sites where the links are all bold.
I thought that would be kinda neat looking on my page but...
well, it's not doable using css. or is it? I am , once more, too dumb?
or not smart enought to find a work around...
please dont tell me I have to put a <b> and </b> tag around every link!
buhuhu... oh well, I guess thats why we have the "search and replace by" thingything.
k10

<A HREF="http://www.kars10.de/mobile/kb.gif
[b]only" TARGET=_blank>http://www.kars10.de/mobile/kb.gif
only</A> change remains

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 09-09-2001 17:31

font-weight: bold;

kars10
Bipolar (III) Inmate

From: Europe
Insane since: Mar 2001

posted posted 09-09-2001 17:34

ah! I understand... thanks a lot mr. max.
k10

<A HREF="http://www.kars10.de/mobile/kb.gif
[b]only" TARGET=_blank>http://www.kars10.de/mobile/kb.gif
only</A> change remains

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 09-09-2001 17:34

Put that into your header:


<style type="text/css">
a {
font:bold 10px verdana;
}
a:hover {
font:bold 10px arial;
}
</style>

I think bolder will also work.

Hmm, too late .



[This message has been edited by u-neek (edited 09-09-2001).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 09-09-2001 18:04

The font-weight property is actually pretty interesting. It can take tons of different types of values:

normal (default)
bold (bold)
bolder (bolder than parent element's font)
lighter (lighter than parent element's font)
100, 200, 300, ..., 800, 900 (varying degrees of boldness. 400 = normal and 700 = bold)

« BackwardsOnwards »

Show Forum Drop Down Menu