CSS

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ancerick
Posts: 26
Joined: Wed 14. Jun 2006, 16:00

CSS

Post by ancerick »

So im having little problems with css thats what i got for my content:

h1 {
font-family: sans-serif;
font-size: 24px;
}

Soo.. it makes it in Bold .. but id like to have it on regular.
im realy new to this stuff, so if anybody has a good toutorial/site about CSS id be werry happy :)
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Hi ancerick,

you can set additional code for css:

h1 {
font-family: sans-serif;
font-size: 24px;
font-weight: normal; (other values are bold, italic)
}

Have also a look here:
http://www.phpwcms.de/forum/viewtopic.php?p=51815#51815

And helpfull are also books to read how to handle the browsers as well.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
ancerick
Posts: 26
Joined: Wed 14. Jun 2006, 16:00

Post by ancerick »

WooT :D

i tryed it with font-style not weight.. it works now ty ^^
Post Reply