[pmwiki-users] CSS for one (or all) tag in _a single_ page (inline or in head)

Clemens Gruber cgruber at uni-osnabrueck.de
Thu Aug 24 06:56:19 CDT 2006


Hi list,

how can I change the css statements for one (or all) tag in _a single_ 
page, I've got an input field
(:input text NameFrom:)

and I like to to sometihng like
(:input text style='width:150px;' NameFrom:) //this doesn't work

or alternativ for all tags but only in the current page (how can i add 
css in head?)

<style type="text/css">
input text {width:150px;}
</style>

Clemens




More information about the pmwiki-users mailing list