CSS question
CSS question
Out of context: Reply #27
- Started
- Last post
- 38 Responses
- CygnusZero40
Is it actually even possibly to have a print button in an email? I'm using this code and it just wont even show up in Outlook.
<form>
<input type="button" style="font-size: 12px; color: #e9741f; border: #e9741f 1px solid; background-color: #ffffff; padding-top:1px;" value="PRINT"
onclick="window.print();return false;" />
</form>