hi,first i?m sorry for my bad english
i am not so firm in using css -
i tried to customize the style of an pagesetter-page
what i did is do add a style in my template file:
perfekt, the link "print this" is shown very large (19px-for testing) now -
but the hyperlinks i set IN the text / [content] is still showing "old"-styled
how can i change this? - something like:
.url{
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 19px;
text-decoration: none;
} does not work
can u help me
thanks
bedee
------------------------------------------------
i got it - sorry, just a stupid mistake:
i forgot to define a style for already visidet links ;-) all the links wich did not show up like i wanted have been already visited ;-) , so this is how it is: