Hoi,
Het zal wel een heel eenvoudig probleem zijn. Ik denk dat ik er overheen kijk. Ik heb een css-style gemaakt en wil die implementeren in pagina's. Nu 'pakt' ie alle style, behalve de 'none'-style. Misschien maakt het uit dat deze in een tabel staat... advies aub... hier is de css style.. thx
<style type="text/css">
<!--
none
{
font-family: Book Antiqua;
font-size: 30px;
color: #9C3F6D;
font-weight: bold
}
h1
{
font-family: Book Antiqua;
font-size: 30px;
color: #9C3F6D;
font-weight: bold
}
h2
{
font-family: Arial;
font-size: 16px;
color: #8454DC;
font-weight: bold
}
h3
{
font-size: 17px;
font-family: Arial;
font-weight: bold
}
h4
{
font-style: italic;
font-family: Arial;
font-size: 13px;
color: #FDFED8
}
h5
{
font-family: Arial;
font-size: 12pt;
font-weight: normal
}
a:link
{
color: #9C3F6D;
font-family: Arial
}
a:active
{
color: #9C3F6D;
font-family: Arial
}
a:visited
{
color: #9C3F6D;
fofont-family: Arial
}
-->
</style>
Het zal wel een heel eenvoudig probleem zijn. Ik denk dat ik er overheen kijk. Ik heb een css-style gemaakt en wil die implementeren in pagina's. Nu 'pakt' ie alle style, behalve de 'none'-style. Misschien maakt het uit dat deze in een tabel staat... advies aub... hier is de css style.. thx
<style type="text/css">
<!--
none
{
font-family: Book Antiqua;
font-size: 30px;
color: #9C3F6D;
font-weight: bold
}
h1
{
font-family: Book Antiqua;
font-size: 30px;
color: #9C3F6D;
font-weight: bold
}
h2
{
font-family: Arial;
font-size: 16px;
color: #8454DC;
font-weight: bold
}
h3
{
font-size: 17px;
font-family: Arial;
font-weight: bold
}
h4
{
font-style: italic;
font-family: Arial;
font-size: 13px;
color: #FDFED8
}
h5
{
font-family: Arial;
font-size: 12pt;
font-weight: normal
}
a:link
{
color: #9C3F6D;
font-family: Arial
}
a:active
{
color: #9C3F6D;
font-family: Arial
}
a:visited
{
color: #9C3F6D;
fofont-family: Arial
}
-->
</style>