PDA

View Full Version : beginners question


sazygez
04-30-04, 07:36 AM
Am I doing wrong? Because i cant change the text-style in "p" to Bold, I can only change it to Italic.

for example:

p.one {
text-style: italic;
}

this works

p.one {
text-style: bold;
}

this doesn't work

pompei
04-30-04, 07:49 PM
Try:

font-weight: bold;

instead