Hi all,
i need a button style as button created using <button> tag in html.when i use <dmf:button> tag default webtop style button is applied to it, how to avoid that?
i am using webtop 6.6 and in wdk/theme/documentum/css/webforms.css there is class
BUTTON
{
style to get webtop button;
}
even if i override this in custom folder i am get the default button. can someone help me